StructDataEntry
const StructDataEntry expected[]
const int expected_count = sizeof(expected) / sizeof(StructDataEntry);
StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
const StructDataEntry *got = &storage->entries[i];
const StructDataEntry *want = &expected[i];
StructDataEntry *entry;
StructDataEntry *new_entries;
new_entries = (StructDataEntry *)realloc(
storage->entries, storage->max_count * sizeof(StructDataEntry));
StructDataEntry *entries;
void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,