[][src]Function swim_c::pthread::pthread_once

pub unsafe extern "C" fn pthread_once(
    once_control: *mut pthread_once_t,
    init_routine: extern "C" fn()
) -> i32