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