pub type ActorId = TypedId<{ _ }, u32>;
#[repr(transparent)]pub struct ActorId(pub(crate) u32);
0: u32