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