public CURLcode SetOpt(CURLoption option, IntPtr param) { return curl_easy_setopt(m_pCURL, option, param); }