Function lxc_sys::sem_init

source ·
pub unsafe extern "C" fn sem_init(
    __sem: *mut sem_t,
    __pshared: c_int,
    __value: c_uint
) -> c_int