pub unsafe extern "C" fn g_set_error_literal(
    err: *mut *mut GError,
    domain: GQuark,
    code: c_int,
    message: *const c_char
)