How does one use CURLOPT_SSLVERSION with this wrapper?
curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT) does not work for me since CURL_SSLVERSION_DEFAULT is not defined. I can not find any exposed values for this option by the wrapper.
https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html