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