pub unsafe fn clock_nanosleep(
    arg___clock_id: clockid_t,
    arg___flags: c_int,
    arg___req: *const timespec,
    arg___rem: *mut timespec
) -> c_int