asn1_set_choice_selector
int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
asn1_set_choice_selector(&achoice, i, it);
asn1_set_choice_selector(pval, -1, it);