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