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