pub async fn write_v2_msg_async<M, W>( w: &mut W, header: MavHeader, data: &M, ) -> Result<usize, MessageWriteError>where M: Message, W: AsyncWriteExt + Unpin,
Async write a MAVLink v2 message to a Write stream.