Function windows::Wdk::System::SystemServices::IoAllocateIrpEx

pub unsafe fn IoAllocateIrpEx<P0>(
    deviceobject: *const DEVICE_OBJECT,
    stacksize: i8,
    chargequota: P0,
) -> *mut IRP
where P0: Param<BOOLEAN>,