#[no_mangle]
pub extern "C" fn sys_sem_cancelablewait(
    sem: *const Semaphore,
    ms: u32
) -> i32