pub fn writev<Fd: AsFd>(fd: &Fd, bufs: &[IoSlice<'_>]) -> io::Result<usize>
writev(fd, bufs)—Writes to a stream from multiple buffers.
writev(fd, bufs)