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