pub unsafe fn ftruncate(fd: int, length: off_t) -> Result<int>
Truncate a file to a specified length.