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