pub type YuvImageKey = PrimKey<YuvImage>;
pub struct YuvImageKey { pub common: PrimKeyCommonData, pub kind: YuvImage, }
common: PrimKeyCommonData
kind: YuvImage