Property definitions

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

		# FIXME we probably should return a value from the user
		return count
	end
lib/curl/native_curl.nit:49,2--55,4