pub unsafe extern "C" fn cudaGetKernel(
kernelPtr: *mut cudaKernel_t,
entryFuncAddr: *const c_void,
) -> cudaError_tExpand description
\brief Get pointer to device kernel that matches entry function \p entryFuncAddr
Returns in \p kernelPtr the device kernel corresponding to the entry function \p entryFuncAddr.
\param kernelPtr - Returns the device kernel \param entryFuncAddr - Address of device entry function to search kernel for
\return ::cudaSuccess
\sa \ref ::cudaGetKernel(cudaKernel_t *kernelPtr, const T *entryFuncAddr) “cudaGetKernel (C++ API)”