Why do we need to have the following code check when writing NFC cards?
if(memcmp(&nfc_data, &nfc_worker->dev_data->nfc_data, sizeof(FuriHalNfcDevData)) !=
0) {
FURI_LOG_E(TAG, “Wrong card”);
nfc_worker->callback(NfcWorkerEventWrongCard, nfc_worker->context);
break;
}