BN_GENCB_set
BN_GENCB_set(cb, trans_cb, ctx);
void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
BN_GENCB_set(gencb, dh_gencb, genctx);
BN_GENCB_set(gencb, dsa_gencb, genctx);
BN_GENCB_set(gencb, rsa_gencb, genctx);
BN_GENCB_set(_cb, &cb, NULL);
BN_GENCB_set(cb, dsa_cb, NULL);