pub fn fold_expr_unary<F>(f: &mut F, node: ExprUnary) -> ExprUnarywhere
    F: Fold + ?Sized,
Available on crate feature fold only.