Function windows::Wdk::System::SystemServices::MmAllocatePagesForMdlEx

pub unsafe fn MmAllocatePagesForMdlEx(
    lowaddress: i64,
    highaddress: i64,
    skipbytes: i64,
    totalbytes: usize,
    cachetype: MEMORY_CACHING_TYPE,
    flags: u32,
) -> *mut MDL