Function windows::Wdk::System::SystemServices::KeSynchronizeExecution
pub unsafe fn KeSynchronizeExecution<P0>(
interrupt: P0,
synchronizeroutine: PKSYNCHRONIZE_ROUTINE,
synchronizecontext: Option<*const c_void>,
) -> BOOLEANwhere
P0: Param<PKINTERRUPT>,