fn can_teleport_between_worlds( entity: &dyn Entity, source_world: &World, target_world: &World, projectile_owner_seen_credits: impl Fn(&Uuid) -> Option<bool>, ) -> bool