bn_hex2bn_cbs
if (bn_hex2bn_cbs(bnp, &cbs_hex) == 0)
return bn_hex2bn_cbs(bnp, &cbs);
static int bn_hex2bn_cbs(BIGNUM **bnp, CBS *cbs);