fn compressStream(allocator: mem.Allocator, writer: anytype, options: CompressStreamOptions) !CompressStream(@TypeOf(writer))

Parameters

allocator: mem.Allocator,
writer: anytype,