asn1_bio_write
static int asn1_bio_write(BIO *h, const char *buf, int num);
.bwrite = asn1_bio_write,
return asn1_bio_write(b, str, strlen(str));