pub unsafe extern "C" fn g_thread_pool_new_full(
    func: GFunc,
    user_data: gpointer,
    item_free_func: GDestroyNotify,
    max_threads: c_int,
    exclusive: gboolean,
    error: *mut *mut GError
) -> *mut GThreadPool
Available on crate feature v2_70 only.