pub type Type = Interned<'static, Model>;
#[repr(transparent)]pub struct Type(pub &'static Model, pub Private);
0: &'static Model
1: Private