pub type ApisVec = Cow<'static, [([u8; 8], u32)]>;
A vector of pairs of ApiId and a u32 for version.
ApiId
u32