pub async fn read_packet<R: AsyncReadExt + Unpin>( reader: &mut R, ) -> Result<NetworkPacket, IntersticeError>