pub fn copy_file(src: &str, dst: &str) -> Result<u64, FileError>
It returns the total number of bytes copied.