pub fn pread<Fd: AsFd, Buf: Buffer<u8>>( fd: Fd, buf: Buf, offset: u64, ) -> Result<Buf::Output>
pread(fd, buf, offset)—Reads from a file at a given position.
pread(fd, buf, offset)