Type Definition curl_sys::curl_opensocket_callback

source ·
pub type curl_opensocket_callback = extern "C" fn(_: *mut c_void, _: curlsocktype, _: *mut curl_sockaddr) -> curl_socket_t;