pub fn fold_stmt<'new, 'src, F: Fold<'src> + ?Sized>( folder: &mut F, arena: &'new Bump, stmt: &Stmt<'_, 'src>, ) -> Stmt<'new, 'src>