pub unsafe extern "C" fn _frida_g_thread_pool_new_full(
    func: GFunc,
    user_data: gpointer,
    item_free_func: GDestroyNotify,
    max_threads: gint,
    exclusive: gboolean,
    error: *mut *mut GError
) -> *mut GThreadPool