This type does not have a description.
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 enum { NAPC_DNS_OPCODE_QUERY, NAPC_DNS_OPCODE_IQUERY, NAPC_DNS_OPCODE_STATUS, NAPC_DNS_OPCODE_NOTIFY, NAPC_DNS_OPCODE_UPDATE, } napc__DNSOPCode;
typedef uint16_t napc_u16;