pub async fn write_frame_raw<W>( stream: &mut W, frame: &Frame, ) -> Result<(), WireError>where W: AsyncWrite + Unpin,