Convert an error code from evutil_socket_error to a string

Property definitions

libevent :: libevent $ Sys :: evutil_socket_error_to_string
# Convert an error code from `evutil_socket_error` to a string
fun evutil_socket_error_to_string(error_code: Int): CString `{
	return evutil_socket_error_to_string(error_code);
`}
lib/libevent/libevent.nit:310,1--313,2