pub type WIN32_MEMORY_RANGE_ENTRY = _WIN32_MEMORY_RANGE_ENTRY;
struct WIN32_MEMORY_RANGE_ENTRY { pub VirtualAddress: *mut c_void, pub NumberOfBytes: u64, }
VirtualAddress: *mut c_void
NumberOfBytes: u64