Reference
def decompress(data: bytes, decompressed_size: int) -> bytes Decompresses data using the LZSS algorithm.
def decompress(data: bytes, decompressed_size: int) -> bytes