pub fn sparse_copy_file_without_sync(src: &File, dst: &File) -> Result<u64>Expand description
Copy an ephemeral Linux memory generation between already-owned files, preserving holes. The destination must be a distinct writable object. No durability flush is performed.