pub type PEPin<const P: char, MODE> = PartiallyErasedPin<P, MODE>;
pub struct PEPin<const P: char, MODE> { /* private fields */ }