Function rustix::time::clock_getres
#[must_use]
pub fn clock_getres(id: ClockId) -> Timespec
The portability is definied by:
#[cfg(any(linux_raw,
all(libc, not(any(target_os = "redox", target_os = "wasi")))))]