pub fn world_is_valid(world: &World) -> boolExpand description
World id validity. (b2World_IsValid)
C validates the id against the global world registry; the registry-less
Rust port owns the World, so a reachable world is valid unless it has
been torn down.