fn walkable<V>(vol: &V, pos: Vec3<i32>, is_target_loaded: bool) -> boolwhere V: BaseVol<Vox = Block> + ReadVol,