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