pub type Serial3<WORD = u8> = Serial<USART3, WORD>;
pub struct Serial3<WORD = u8> { /* private fields */ }