pub unsafe extern "C" fn hipKernelGetFunction(
pFunc: *mut hipFunction_t,
kernel: hipKernel_t,
) -> hipError_tExpand description
@brief Function will be extracted for specific kernel
@param [out] pFunc Pointer to function handle for the kernel @param [in] kernel kernel to get handle for
@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotFound