nn_cmsghdr

extern (C) @nogc nothrow nothrow @nogc
struct nn_cmsghdr {
size_t cmsg_len;
int cmsg_level;
int cmsg_type;
}