fn appendLz(self: *Self, allocator: Allocator, len: usize, dist: usize, writer: anytype) !void
Fetch an LZ sequence (length, distance) from inside the buffer
self: *Self,
allocator: Allocator,
len: usize,
dist: usize,
writer: anytype,