pub type NV_MEMORY_RANGE = _NV_MEMORY_RANGE;
#[repr(C)]pub struct NV_MEMORY_RANGE { pub BaseAddress: *mut c_void, pub Length: u64, }
BaseAddress: *mut c_void
Length: u64