glib_sys

Function g_once_impl

Source
pub unsafe extern "C" fn g_once_impl(
    once: *mut GOnce,
    func: GThreadFunc,
    arg: gpointer,
) -> gpointer