pub unsafe extern "C" fn esp_transport_set_context_data(
    t: *mut esp_transport_item_t,
    data: *mut c_void
) -> i32
Expand description

@brief Set the user context data for this transport

@param[in] t The transport handle @param data The user data context

@return - ESP_OK