pub type ImageKey = PrimKey<Image>;
pub struct ImageKey { pub common: PrimKeyCommonData, pub kind: Image, }
common: PrimKeyCommonData
kind: Image