const Crc16Usb = Crc(u16, .{ .polynomial = 32773, .initial = 65535, .reflect_input = true, .reflect_output = true, .xor_output = 65535 });