fn decompressStream(allocator: mem.Allocator, reader: anytype) !DecompressStream(@TypeOf(reader))
allocator: mem.Allocator,
reader: anytype,