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