#[unsafe(no_mangle)] pub unsafe extern "C" fn writev( fd: c_int, iov: *const iovec, iocnt: c_int, ) -> ssize_t
Write a vector.