pub fn unescape<const N: usize>(escaped: &str) -> Result<String<N>, ParseError>
N must be greater than or equal to the length of escaped. All escaped characters must decode to valid ascii. The rest of Utf8 is not implemented.
N
escaped