pub fn ftruncate<Fd>(fd: Fd, length: u64) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
ftruncate(fd, length)—Sets the length of a file.
ftruncate(fd, length)