pub fn do_fallocate(dst: &Path, offset: u64, len: u64, mode: i32) -> Result<()>
Call fallocate(2) on a file with the given mode, offset, and length