const Crc40Gsm = Crc(u40, .{ .polynomial = 75628553, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 1099511627775 });