pub unsafe extern "C" fn otSrpClientItemStateToString(
aItemState: otSrpClientItemState,
) -> *const c_charExpand description
Converts a otSrpClientItemState to a string.
@param[in] aItemState An item state.
@returns A string representation of @p aItemState.