Function g_thread_pool_new_full
pub unsafe extern "C" fn g_thread_pool_new_full(
func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
user_data: *mut c_void,
item_free_func: Option<unsafe extern "C" fn(*mut c_void)>,
max_threads: i32,
exclusive: i32,
error: *mut *mut GError,
) -> *mut GThreadPool