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