nn_iovec

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

Meta