public static extern CURLE curl_easy_setopt_ptr(IntPtr easyPtr, CURLOPT option, Delegates.DebugFunction arg);
public CURLE SetOpt(CURLOPT options, Delegates.DebugFunction value) { return(Lib.curl_easy_setopt_ptr(easyPtr, options, value)); }