pub fn fold_unary_expr<V>(_visitor: &mut V, n: UnaryExpr) -> UnaryExpr where
    V: Fold + ?Sized