pub type CudaFunction = CUfunction;
A compiled GPU kernel function (alias for the driver’s CUfunction).
CUfunction
#[repr(transparent)]pub struct CudaFunction(pub *mut c_void);
0: *mut c_void