pub const OVERHEAD_MAX: usize = _; // 16usizeExpand description
Worst-case envelope overhead: token, the longest cursor, the longest REMAINING, and the end marker.
Sizing a payload budget against this rather than against a particular envelope keeps a fragment that acquires a cursor from overflowing the frame it was measured for.