Implement the mechanism defined in RFC 3597 for handling unknown Resource Record types.
- Enables
magnato generically parse any RR by storing its RDATA as an opaque byte slice if the specific type is not recognized. - Allows
magnato encode RRs provided with a type code and raw RDATA bytes. - Improves forward compatibility significantly.