pub fn truncate_string_in_place(s: &mut String, max: usize)
Truncate string and modify in place (for String types).