fn decompress(allocator: Allocator, reader: anytype) !Decompress(@TypeOf(reader))
allocator: Allocator,
reader: anytype,