pub fn copy_file(src: &Path, dst: &Path, config: &CpConfig) -> Result<()>
Copy a single file (or symlink) from src to dst.
src
dst