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

Required features: "Wdk_Foundation"