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