pub const MAX_LEN_UTF8: usize = char::MAX_LEN_UTF8; // 4usize
char_max_len
The maximum number of bytes required to encode a char to UTF-8 encoding.
char