pub unsafe extern "C" fn g_thread_pool_new(
    func: GFunc,
    user_data: gpointer,
    max_threads: gint,
    exclusive: gboolean
) -> *mut GThreadPool