pub unsafe extern "C" fn esp_http_client_get_user_data(
    client: esp_http_client_handle_t,
    data: *mut *mut c_void
) -> esp_err_t
Expand description

@brief Get http request user_data. The value stored from the esp_http_client_config_t will be written to the address passed into data.

@param[in] client The esp_http_client handle @param[out] data A pointer to the pointer that will be set to user_data.

@return - ESP_OK - ESP_ERR_INVALID_ARG