pub fn string_split_at_length(s: &str, width: usize) -> (usize, usize, usize)