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