Function rustix::time::clock_gettime_dynamic
pub fn clock_gettime_dynamic(id: DynamicClockId<'_>) -> io::Result<Timespec>
The portability is definied by:
#[cfg(any(linux_raw, all(libc, not(target_os = "wasi"))))]