#[no_mangle]
pub unsafe extern "C" fn u_nanosleep_ocall(
    error: *mut c_int,
    rqtp: *const timespec,
    rmtp: *mut timespec
) -> c_int