Internal method to set options to CURL using Int parameter.

Property definitions

curl $ NativeCurl :: native_setopt_int
	# Internal method to set options to CURL using Int parameter.
	private fun native_setopt_int(opt: CURLOption, num: Int): CURLCode `{ return curl_easy_setopt( self, opt, num); `}
lib/curl/native_curl.nit:103,2--104,115