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