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