pub fn ftruncate<Fd: AsFd>(fd: &Fd, length: u64) -> io::Result<()>
ftruncate(fd, length)—Sets the length of a file.
ftruncate(fd, length)