Property definitions

curl :: native_curl $ CString :: native_callback_stream
	private fun native_callback_stream(size, count: Int, target: NativeCurlCallbacks): Int
	do
		target.stream_callback to_s_with_length(size*count)

		return count
	end
lib/curl/native_curl.nit:64,2--69,4