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