libevent :: Connection :: force_close
native_buffer_event
	# Force closing this connection and freeing `native_buffer_event`
	fun force_close
	do
		if closed then return
		native_buffer_event.free
		closed = true
	end
					lib/libevent/libevent.nit:177,2--184,4