pub fn walk_block<'hir, V>( v: &mut V, block: &'hir [Statement<'hir>], ) -> V::Resultwhere V: Visitor<'hir> + ?Sized,