Function sem_init

Source
pub unsafe extern "C" fn sem_init(
    __sem: *mut sem_t,
    __pshared: i32,
    __value: u32,
) -> i32