Function windows::Wdk::System::SystemServices::IoAllocateIrpEx
pub unsafe fn IoAllocateIrpEx<P0>(
deviceobject: *const DEVICE_OBJECT,
stacksize: i8,
chargequota: P0,
) -> *mut IRPwhere
P0: Param<BOOLEAN>,