evbuf_init
void evbuf_init(struct evbuf *, int, void (*)(int, short, void *), void *);
evbuf_init(&tcp->wbuf, tcp->fd, session_write, tcp);