const Crc16OpensafetyB = Crc(u16, .{ .polynomial = 30043, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 0 });