readwrite
void readwrite(int, struct tls *);
readwrite(s, NULL);
readwrite(s, NULL);
readwrite(connfd, tls_cctx);
readwrite(connfd, NULL);
readwrite(s, NULL);
readwrite(s, tls_ctx);