ASN1_STRING_FLAG_EMBED
dst->flags &= ASN1_STRING_FLAG_EMBED;
dst->flags |= str->flags & ~ASN1_STRING_FLAG_EMBED;
ossl_asn1_string_embed_free(a, a->flags & ASN1_STRING_FLAG_EMBED);
str->flags = ASN1_STRING_FLAG_EMBED;