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