pub unsafe extern "system" fn KeInitializeThreadedDpc(
    dpc: *mut KDPC,
    deferredroutine: PKDEFERRED_ROUTINE,
    deferredcontext: *const c_void
)
Expand description

Required features: "Wdk_Foundation", "Win32_System_Kernel"