pub type WriteCB = unsafe fn(_: &[u8]);
All of this nonsense is to try and erase the Error type of the embedded_hal::serial::nb::Write implementor.
embedded_hal::serial::nb::Write