ASN1_AFLG_REFCOUNT
if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0)
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL }; \