GThreadFunctions.threadCreate

virtual function pointer for glib.thread.Thread.create

struct GThreadFunctions
extern (C)
void function(GThreadFunc func, void* data, gulong stackSize, bool joinable, bool bound, GThreadPriority priority, void* thread, GError** _err) threadCreate;