pub type CudaModule = CUmodule;
A compiled GPU module (alias for the driver’s CUmodule).
CUmodule
#[repr(transparent)]pub struct CudaModule(pub *mut c_void);
0: *mut c_void