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