Function windows_sys::Wdk::System::SystemServices::MmAllocateContiguousMemoryEx
pub unsafe extern "system" fn MmAllocateContiguousMemoryEx(
numberofbytes: *const usize,
lowestacceptableaddress: i64,
highestacceptableaddress: i64,
boundaryaddressmultiple: i64,
preferrednode: u32,
protect: u32,
partitionobject: *const c_void,
tag: u32,
flags: u32,
baseaddress: *mut *mut c_void,
) -> NTSTATUS