VOID __stdcall KiInitializeDpcList(_KDPC_LIST *DpcList){ DpcList->ListHead.Next = 0i64; DpcList->LastEntry = &DpcList->ListHead; }