pub unsafe extern "C" fn g_thread_try_new( name: *const i8, func: Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>, data: *mut c_void, error: *mut *mut GError, ) -> *mut GThread