pub type ConstOid = Oid<&'static [u8]>;
A type alias for `Oid<&’static u8>.
This is useful when defining object identifier constants.
struct ConstOid(pub &'static [u8]);
0: &'static [u8]