Function windows::Wdk::System::SystemServices::IoConnectInterrupt

pub unsafe fn IoConnectInterrupt<P0, P1>(
    interruptobject: *mut PKINTERRUPT,
    serviceroutine: PKSERVICE_ROUTINE,
    servicecontext: Option<*const c_void>,
    spinlock: Option<*const usize>,
    vector: u32,
    irql: u8,
    synchronizeirql: u8,
    interruptmode: KINTERRUPT_MODE,
    sharevector: P0,
    processorenablemask: usize,
    floatingsave: P1,
) -> NTSTATUS
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>,