pub unsafe extern "C" fn g_set_error_literal(
    err: *mut *mut GError,
    domain: u32,
    code: i32,
    message: *const i8
)