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