rustmax::libc

Function pthread_once

Source
pub unsafe extern "C" fn pthread_once(
    control: *mut i32,
    routine: extern "C" fn(),
) -> i32