pub unsafe extern "system" fn MmAllocatePagesForMdl(
    lowaddress: i64,
    highaddress: i64,
    skipbytes: i64,
    totalbytes: usize
) -> *mut MDL
Expand description

Required features: "Wdk_Foundation"