Function nix::sys::stat::lutimes
pub fn lutimes<P: ?Sized + NixPath>(path: &P, atime: &TimeVal, mtime: &TimeVal) -> Result<()>
The portability is definied by:
#[cfg(any(target_os = "linux", target_os = "haiku", target_os = "ios",
target_os = "macos", target_os = "freebsd", target_os = "netbsd"))]