pub type NV_MEMORY_RANGE = _NV_MEMORY_RANGE;
struct NV_MEMORY_RANGE { pub BaseAddress: *mut c_void, pub Length: u64, }
BaseAddress: *mut c_void
Length: u64