pub fn rsplit_escaped(
    s: &str,
    escape: char,
    sep: char
) -> impl Iterator<Item = &str>