This type does not have a description.
typedef struct { napc__DNSHeader header; napc__DNSQuery query; } napc__DNSRequest;
typedef struct { napc__DNSOPCode opcode; bool authoritative_answer; bool truncated; napc_u16 request_identifier; napc_u16 response_code; napc_u16 question_count; napc_u16 answer_count; } napc__DNSHeader;
typedef struct { char name[254]; napc__DNSQType qtype; } napc__DNSQuery;