pub unsafe extern "C" fn ucp_context_query(
context_p: ucp_context_h,
attr: *mut ucp_context_attr_t,
) -> ucs_status_tExpand description
@ingroup UCP_CONTEXT @brief Get attributes specific to a particular context.
This routine fetches information about the context.
@param [in] context_p Handle to @ref ucp_context_h “UCP application context”.
@param [out] attr Filled with attributes of @p context_p context.
@return Error code as defined by @ref ucs_status_t