const BYTE_STR_SENTINEL: u8 = 0xC2;
Expand description
For byte strings there are no bytes that cannot occur. Just use this value
as a best-effort sentinel. There is no validation skipped so the potential
for badness is lower than in the STR_SENTINEL
case.