pub unsafe fn writev(fd: int, iov: *const iovec, iovcount: int) -> Result<size_t>
Write to a file descriptor from multiple buffers.