Internal method to get next element

Property definitions

curl $ CURLSList :: native_next
	# Internal method to get next element
	private fun native_next(c: CURLSList): CURLSList `{ return c->next; `}
lib/curl/native_curl.nit:317,2--318,71