parse
Parse a PEX message payload (the bencoded body of the extended message, without the wire framing).
Reproduces on_extended's logic:
the payload must bdecode to a dict (else
null);dropped/dropped6are read as compact peer lists with no flags;addedis paired withadded.fonly if the flag string has exactly one byte per peer (added.f.length == added.length / 6); otherwise the added list is skipped. Same foradded6/added6.fat 18 bytes per peer;each received flag byte is masked with PexFlags.RECEIVE_MASK to strip the internal
pex_lt_v2bit.
Return
the decoded Message, or null if payload is not a bencode dict.