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