pub fn readv(fd: RawFd, iov: &mut [IoSliceMut<'_>]) -> Result<usize>
Low-level vectored read from a raw file descriptor
See also readv(2)