pub extern "C" fn clock_nanosleep( clock_id: clockid_t, flags: c_int, rqtp: *const timespec, rmtp: *mut timespec, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock_nanosleep.html.