pub type SmallOctets = SmallVec<[u8; 24]>;
A octets vector that doesn’t allocate for small sizes.
struct SmallOctets { /* private fields */ }