pub unsafe extern "C" fn hipLibraryGetKernel(
pKernel: *mut hipKernel_t,
library: hipLibrary_t,
name: *const c_char,
) -> hipError_tExpand description
@brief Get Kernel object from library
@param [out] pKernel Output kernel object @param [in] library Input hip library @param [in] name kernel name to be searched for @return #hipSuccess, #hipErrorInvalidValue