pub unsafe extern "C" fn esp_http_client_get_user_data(
    client: *mut esp_http_client,
    data: *mut *mut c_void
) -> i32
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