pub type PG3<MODE = Input<Floating>> = Pin<'G', 3, MODE>;
pub struct PG3<MODE = Input<Floating>> { /* private fields */ }