pub unsafe extern "C" fn _frida_g_error_domain_register(
    error_type_name: *const c_char,
    error_type_private_size: gsize,
    error_type_init: GErrorInitFunc,
    error_type_copy: GErrorCopyFunc,
    error_type_clear: GErrorClearFunc
) -> GQuark