This type does not have a description.
typedef struct { napc__DNSHeader header; napc_size num_answers; napc__DNSAnswer answers[4]; } napc__DNSResponse;
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 napc_u32 napc_size;