pub unsafe extern "C" fn hipGetDriverEntryPoint(
symbol: *const c_char,
funcPtr: *mut *mut c_void,
flags: c_ulonglong,
driverStatus: *mut hipDriverEntryPointQueryResult,
) -> hipError_tExpand description
@brief Gets function pointer of a requested HIP API
@param [in] symbol The API base name @param [out] funcPtr Pointer to the requested function @param [in] flags Flags for the search @param [out] driverStatus Optional returned status of the search
@returns #hipSuccess, #hipErrorInvalidValue