pub(crate) fn print_diff<F>(
    diff: Vec<Mismatch>,
    get_section_title: F,
    config: &Config
)where
    F: Fn(u32) -> String,