const Crc16Dnp = Crc(u16, .{ .polynomial = 15717, .initial = 0, .reflect_input = true, .reflect_output = true, .xor_output = 65535 });