pub fn char_to_byte(c: char) -> Option<u8>
Maps a GPT-2-encoded character codepoint back to a byte; returns None if not in the table.
None