Empty constructor which allow us to avoid the use of Nit NULLABLE type

Property definitions

curl $ CURLSList :: new
	# Empty constructor which allow us to avoid the use of Nit NULLABLE type
	private new `{ return NULL; `}
lib/curl/native_curl.nit:289,2--290,31