pub fn fold_catalog_name<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: CatalogName
) -> CatalogName
where F: Fold<T, T2> + ?Sized,