pub fn copy_sparse(infd: &File, outfd: &File) -> Result<u64, Error>
Copy data between files, looking for sparse blocks and skipping them.