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