Return the user argument previously associated with a BN_GENCB.
Declared in <openssl/bn.h>
<openssl/bn.h>
void* BN_GENCB_get_arg(BN_GENCB* cb);
The cb_arg pointer stored in cb.
cb_arg
cb.