Create a new event_base to use with the rest of Libevent

Property definitions

libevent $ NativeEventBase :: new
	# Create a new event_base to use with the rest of Libevent
	new `{ return event_base_new(); `}
lib/libevent/libevent.nit:90,2--91,35