pub fn visit_catalog_name<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast CatalogName
)
where V: Visit<'ast, T> + ?Sized,