pub unsafe extern "C" fn g_once_impl(
    once: *mut GOnce,
    func: Option<unsafe extern "C" fn(_: *mut c_void) -> *mut c_void>,
    arg: *mut c_void
) -> *mut c_void