Function windows_sys::Wdk::System::SystemServices::IoConnectInterrupt
pub unsafe extern "system" fn IoConnectInterrupt(
interruptobject: *mut PKINTERRUPT,
serviceroutine: PKSERVICE_ROUTINE,
servicecontext: *const c_void,
spinlock: *const usize,
vector: u32,
irql: u8,
synchronizeirql: u8,
interruptmode: KINTERRUPT_MODE,
sharevector: BOOLEAN,
processorenablemask: usize,
floatingsave: BOOLEAN,
) -> NTSTATUS