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