CHAR __stdcall PopDirectedDripsInitializeDisengageTimer(INT64 a1, INT64 a2, INT64 a3){
*(_DWORD *)a1 = a2;
*(_DWORD *)(a1 + 4) = a3;
*(_QWORD *)(a1 + 8) = 0i64;
*(_QWORD *)(a1 + 16) = 0i64;
return KeInitializeTimer2(a1 + 24, (INT64)PopDirectedDripsDisengageTimerCallback, a1, 8i64);
}