pub type NoPinType = GpioPin<Unknown, 0>;
Convenience type-alias for a no-pin / don’t care - pin
struct NoPinType { /* private fields */ }