Internal method to check for reachability of next element

Property definitions

curl $ CURLSList :: native_next_reachable
	# Internal method to check for reachability of next element
	private fun native_next_reachable(c: CURLSList): Bool `{ return (c != NULL && c->next != NULL); `}
lib/curl/native_curl.nit:311,2--312,99