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