ASN1_PRINTABLE_type
j = ASN1_PRINTABLE_type(str->data, str->length);
s->type = ASN1_PRINTABLE_type(s->data, s->length);
ne->value->type = ASN1_PRINTABLE_type(bytes, len);
int ASN1_PRINTABLE_type(const unsigned char *s, int max);