pub fn copy_time(from: impl AsRef<Path>, to: impl AsRef<Path>) -> Result<()>
Copy time stamp from one file to another.
Including last_access_time (atime) and last_modification_time (mtime).