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