pub fn deinit(d: *Decompress) void
pub fn deinit(d: *Decompress) void { const gpa = d.gpa; gpa.free(d.reader.buffer); d.* = undefined; }