Function windows::Wdk::System::SystemServices::KeSynchronizeExecution

pub unsafe fn KeSynchronizeExecution<P0>(
    interrupt: P0,
    synchronizeroutine: PKSYNCHRONIZE_ROUTINE,
    synchronizecontext: Option<*const c_void>,
) -> BOOLEAN
where P0: Param<PKINTERRUPT>,