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