Internal method to check for reachability of current data

Property definitions

curl $ CURLSList :: native_data_reachable
	# Internal method to check for reachability of current data
	private fun native_data_reachable(c: CURLSList): Bool `{ return (c != NULL && c->data != NULL); `}
lib/curl/native_curl.nit:308,2--309,99