pub const ESC_END: u8 = 0xDC;
The byte that follows ESC to encode a literal END, RFC 1055 ESC_END (octal 334).
ESC
END
ESC_END