Decode an unsigned integer OSSL_PARAM into a newly allocated BIGNUM.
Declared in <openssl/params.h>
<openssl/params.h>
int OSSL_PARAM_get_BN( OSSL_PARAM const* p, BIGNUM** val);
1 on success, or 0 on failure.
val