pub const WIRE_VERSION: u8 = VERSION; // 16u8
The wire-format version (the gating VERSION byte), exposed so a binding can assert at load that its decoder matches the backend encoder (#34/ADR-0008).
VERSION