ossl_asn1_primitive_free
ossl_asn1_primitive_free((ASN1_VALUE **)tmp_a, NULL, 0);
void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
ossl_asn1_primitive_free(pval, NULL, 0);
ossl_asn1_primitive_free(pval, it, embed);
ossl_asn1_primitive_free(pval, it, embed);