Function mnn::prelude::sem_init

source ยท
pub unsafe extern "C" fn sem_init(
    sem: *mut sem_t,
    pshared: i32,
    value: u32,
) -> i32