pub fn fold_expr_slice<U, F: Fold<U> + ?Sized>( folder: &mut F, node: ExprSlice<U>, ) -> Result<ExprSlice<F::TargetU>, F::Error>