pub(crate) fn wrap_str( s: String, max_width: usize, tab_spaces: usize, shape: Shape, ) -> Option<String>