nn_iovec

Socket definition:

extern (C) @nogc nothrow nothrow @nogc
struct nn_iovec {
void* iov_base;
size_t iov_len;
}