IoAllocateMdl

Function IoAllocateMdl 

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