pub fn writev(fd: i32, iov: &[IoSlice<'_>]) -> Result<usize, Errno>
Expand description

Low-level vectored write to a raw file descriptor

See also writev(2)