fn call_with_pp_support_hir<A, F>(
    ppmode: &PpHirMode,
    tcx: TyCtxt<'_>,
    f: F
) -> Awhere
    F: FnOnce(&dyn HirPrinterSupport<'_>, Map<'_>) -> A,