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