I have a legacy structure like this:
struct LIST_ENTRY { LIST_ENTRY *Flink; LIST_ENTRY *Blink; }; LIST_ENTRY legacyListHead;
And legacy c