Function g_once_impl

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