pub unsafe extern "C" fn uct_release_component_list(
components: *mut uct_component_h,
)Expand description
@ingroup UCT_RESOURCE @brief Release the list of components returned from @ref uct_query_components.
This routine releases the memory associated with the list of components allocated by @ref uct_query_components.
@param [in] components Array of component handles to release.