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