pub unsafe fn MmAllocateContiguousMemory(
    numberofbytes: usize,
    highestacceptableaddress: i64,
) -> *mut c_void