pub unsafe fn readv(fd: int, iov: *mut iovec, iovcount: int) -> Result<size_t>
Read from a file descriptor into multiple buffers.