I have a struct of 2 pointers (shown below), which means 8 bytes.
struct DNS_query { uint8_t* name; DNS_question* question; };
So that me