pub fn fold_expr_context<U, F>( folder: &mut F, node: ExprContext, ) -> Result<ExprContext, <F as Fold<U>>::Error>where F: Fold<U> + ?Sized,