pub unsafe extern "system" fn MmAllocateContiguousMemorySpecifyCache(
numberofbytes: usize,
lowestacceptableaddress: i64,
highestacceptableaddress: i64,
boundaryaddressmultiple: i64,
cachetype: MEMORY_CACHING_TYPE
) -> *mut c_void