const Crc16M17 = Crc(u16, .{ .polynomial = 22837, .initial = 65535, .reflect_input = false, .reflect_output = false, .xor_output = 0 });