pub const ESC_ESC: u8 = 0xDD;
The byte that follows ESC to encode a literal ESC, RFC 1055 ESC_ESC (octal 335).
ESC
ESC_ESC