ExtensionPacket is the interface that all extension packets must implement. It mirrors the Go extension.Packet interface.
serialize returns the raw bytes of the packet (without type or length prefix)
type returns the 1-byte packet type tag
ExtensionPacket is the interface that all extension packets must implement. It mirrors the Go extension.Packet interface.