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