pub unsafe extern "C" fn curl_easy_pause(
    handle: *mut CURL,
    bitmask: c_int
) -> CURLcode