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