Function windows::Wdk::System::SystemServices::IoSetStartIoAttributes

pub unsafe fn IoSetStartIoAttributes<P0, P1>(
    deviceobject: *const DEVICE_OBJECT,
    deferredstartio: P0,
    noncancelable: P1
)
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>,