pub fn sys_ftruncate(fd: u32, length: u64) -> Result<u64, SyscallError>
SYS_FTRUNCATE (455): Truncate open fd to given length.