pub type WIN32_MEMORY_RANGE_ENTRY = _WIN32_MEMORY_RANGE_ENTRY;Aliased Type§
#[repr(C)]pub struct WIN32_MEMORY_RANGE_ENTRY {
pub VirtualAddress: *mut c_void,
pub NumberOfBytes: u64,
}Fields§
§VirtualAddress: *mut c_void§NumberOfBytes: u64