bio_write
static int bio_write(BIO *bio, const char *buf, int num);
bio_write,
return bio_write(bio, str, strlen(str));