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