pub unsafe extern "C" fn g_error_new_valist(
    domain: GQuark,
    code: gint,
    format: *const gchar,
    args: va_list
) -> *mut GError