pub fn fallocate<F: AsRawDescriptor>( file: &F, mode: FallocateMode, offset: u64, len: u64 ) -> Result<()>
Safe wrapper for fallocate().
fallocate()