Function windows::Wdk::System::SystemServices::MmAllocateContiguousNodeMemory
pub unsafe fn MmAllocateContiguousNodeMemory(
numberofbytes: usize,
lowestacceptableaddress: i64,
highestacceptableaddress: i64,
boundaryaddressmultiple: i64,
protect: u32,
preferrednode: u32,
) -> *mut c_void