Function windows::Wdk::System::SystemServices::IoAllocateMdl

pub unsafe fn IoAllocateMdl<P0, P1>(
    virtualaddress: Option<*const c_void>,
    length: u32,
    secondarybuffer: P0,
    chargequota: P1,
    irp: Option<*mut IRP>,
) -> *mut MDL
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>,