asn1_enc_save
int asn1_enc_save(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it);
if (!asn1_enc_save(&aseq, &cbs_object, it)) {