pub fn decode_chars( data: impl Iterator<Item = char>, ) -> Result<Vec<u8>, BadCodepoint>
Decodes the bytes of a wynntils private area encoded string from an iterator of chars