Function windows_sys::Wdk::System::SystemServices::MmAllocateNodePagesForMdlEx
pub unsafe extern "system" fn MmAllocateNodePagesForMdlEx(
lowaddress: i64,
highaddress: i64,
skipbytes: i64,
totalbytes: usize,
cachetype: MEMORY_CACHING_TYPE,
idealnode: u32,
flags: u32
) -> *mut MDLExpand description
Required features: "Wdk_Foundation"