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