pub fn visit_mut_opt_var_decl_or_expr<V>(
    _visitor: &mut V,
    n: &mut Option<VarDeclOrExpr>
) where
    V: VisitMut + ?Sized