Function lseek
fn lseek<Fd: std::os::fd::AsFd>(fd: Fd, offset: off_t, whence: Whence) -> Result<off_t>
Move the read/write file offset.
See also lseek(2)
lseekfn lseek<Fd: std::os::fd::AsFd>(fd: Fd, offset: off_t, whence: Whence) -> Result<off_t>
Move the read/write file offset.
See also lseek(2)