pub fn multistream_packet_unpad<'a, TP>( data: TP, nb_streams: usize, ) -> Result<()>where TP: TryInto<MutPacket<'a>>,