pub fn fold_expr_box<F>(f: &mut F, node: ExprBox) -> ExprBox where
    F: Fold + ?Sized