public unsafe struct LIST_ENTRY { public LIST_ENTRY* Flink; public LIST_ENTRY* Blink; }
Last updated 7 months ago