pub fn lseek(fd: i32, offset: i64, whence: Whence) -> Result<i64, Errno>
Expand description

Move the read/write file offset.

See also lseek(2)