pub unsafe extern "C" fn curl_multi_socket(
    multi_handle: *mut CURLM,
    s: curl_socket_t,
    running_handles: *mut c_int
) -> CURLMcode