fn is_raw_string_suffix<T>(iter: &mut MultiPeek<T>, count: u32) -> boolwhere
    T: Iterator,
    T::Item: RichChar,