ASN1_BIT_STRING_set
LCRYPTO_ALIAS(ASN1_BIT_STRING_set);
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
if (!ASN1_BIT_STRING_set(curve->seed,
LCRYPTO_USED(ASN1_BIT_STRING_set);
if (!ASN1_BIT_STRING_set(range->min, min, min_len))
if (!ASN1_BIT_STRING_set(range->max, max, max_len))
if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, num_octets))
if (!ASN1_BIT_STRING_set(abs, bs, sizeof(bs))) {