pub fn visit_schema_mut<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast mut Schema) where V: VisitMut<'ast, T> + ?Sized,