pub fn writev<Fd: AsFd>(fd: Fd, iov: &[IoSlice<'_>]) -> Result<usize>
Low-level vectored write to a raw file descriptor
See also writev(2)