public unsafe struct LIST_ENTRY { public LIST_ENTRY* Flink; public LIST_ENTRY* Blink; }
Last updated 1 year ago