pub unsafe fn lseek(fd: int, offset: off_t, whence: int) -> Result<off_t>
Reposition the read/write offset for a file.