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