pub type PubKey<'a> = Inner<'a, true, 32, 0, 0>;
Type alias for a 32-byte public key represented using the Inner type with fixed-size configuration.
Inner
#[repr(C)]pub enum PubKey<'a> {}