pub unsafe extern "C" fn clock_nanosleep(
    clock_id: u32,
    flags: i32,
    rqtp: *const timespec,
    rmtp: *mut timespec
) -> i32