conn_write
static int conn_write(BIO *h, const char *buf, int num);
ret = conn_write(bp, str, n);
conn_write,