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