libuv_sys_lite

Function uv_sem_init

source
pub unsafe extern "C" fn uv_sem_init(
    sem: *mut uv_sem_t,
    value: c_uint,
) -> c_int