pub fn truncate_middle_chars(s: &str, max_bytes: usize) -> String
Truncate a string to max_bytes using a character-count marker.
max_bytes