pub unsafe extern "C" fn _frida_g_thread_create_full(
    func: GThreadFunc,
    data: gpointer,
    stack_size: gulong,
    joinable: gboolean,
    bound: gboolean,
    priority: GThreadPriority,
    error: *mut *mut GError
) -> *mut GThread