ASN1_STRING_to_UTF8
LCRYPTO_ALIAS(ASN1_STRING_to_UTF8);
int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
out->length = ASN1_STRING_to_UTF8(&out->data, in);
LCRYPTO_USED(ASN1_STRING_to_UTF8);
len = ASN1_STRING_to_UTF8(&data, fname);
astrlen = ASN1_STRING_to_UTF8(&astr, a);
if ((text_len = ASN1_STRING_to_UTF8(&text, data)) < 0)
if ((common_name_len = ASN1_STRING_to_UTF8(&utf8_bytes, data)) < 0) {
if ((ret = ASN1_STRING_to_UTF8(&out, str)) < 0) {