Function gst::ffi::pthread_once[][src]

pub unsafe extern "C" fn pthread_once(
    __once_control: *mut pthread_once_t,
    __init_routine: Option<extern "C" fn()>
) -> c_int