pub type TlasId = Id<Tlas>;
#[repr(transparent)]pub struct TlasId(RawId, PhantomData<Tlas>);
0: RawId
1: PhantomData<Tlas>