pub const CURL_HTTP_VERSION_NONE: c_int = 0;
These enums are for use with the CURLOPT_HTTP_VERSION option.
Setting this means we don’t care, and that we’d like the library to choose the best possible for us!