Function rustix::backend::fs::syscalls::seek

source ยท
pub(crate) fn seek(fd: BorrowedFd<'_>, pos: SeekFrom) -> Result<u64>