pub unsafe extern "C" fn curl_multi_assign(
    multi_handle: *mut CURLM,
    sockfd: curl_socket_t,
    sockp: *mut c_void
) -> CURLMcode