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