conn_write_dispatch
event_set(&c->wev, c->fd, EV_WRITE, conn_write_dispatch, c);
void conn_write_dispatch(int, short, void *);