UINT8 __stdcall KiInsertTimer2(_KTIMER2 *Timer, UINT8 InsertLate, UINT8 *WasLate){
KxAcquireSpinLock(&KiTimer2CollectionLock);
LOBYTE(WasLate) = KiInsertTimer2WithCollectionLockHeld(Timer, InsertLate, WasLate);
KxReleaseSpinLock(&KiTimer2CollectionLock);
return(unsigned __int8)WasLate;
}