pub type CUmemGenericAllocationHandle = u64;Expand description
Opaque handle to a generic memory allocation managed by the CUDA virtual
memory management (VMM) APIs (cuMemCreate, cuMemRelease, cuMemMap).
Although the CUDA header types this as unsigned long long, it is an opaque
driver-side identifier and must not be interpreted as a numeric address.