Example #1
0
	static void* StartRoutineWrapper(void* data)
	{
		Impl* impl = (Impl*) data;

		impl->StartRoutine(impl->Data);

		return NULL;
	}