Function windows::Wdk::System::SystemServices::IoSetCompletionRoutineEx

pub unsafe fn IoSetCompletionRoutineEx<P0, P1, P2>(
    deviceobject: *const DEVICE_OBJECT,
    irp: *const IRP,
    completionroutine: PIO_COMPLETION_ROUTINE,
    context: Option<*const c_void>,
    invokeonsuccess: P0,
    invokeonerror: P1,
    invokeoncancel: P2,
) -> NTSTATUS
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>, P2: Param<BOOLEAN>,