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