Creates a hole in the file.
impl File { fn create_hole<R>(&self, range: R) -> Result<(), Errno> where R: BoundedRange<u64>, }
The range that should be turned into a hole.
fallocate(2)