pub fn update(w: *Wrapper, bytes: []const u8) void
pub fn update(w: *Wrapper, bytes: []const u8) void { w.crc = crc32(w.crc, bytes); }