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