Allocate a BN_CTX associated with library context ctx.
ctx.
Declared in <openssl/bn.h>
<openssl/bn.h>
BN_CTX* BN_CTX_new_ex(OSSL_LIB_CTX* ctx);
New BN_CTX, or NULL on allocation failure; free with BN_CTX_free().