pub type PedContainer = BaseObjectContainer<IPed, WorldEntity>;
pub struct PedContainer(/* private fields */);