bn_gencb_st

Used for slow "generation" functions.

extern (C) nothrow @nogc
struct bn_gencb_st {}

Members

Unions

cb_
union cb_
Undocumented in source.

Variables

arg
void* arg;

callback-specific data

cb
cb_ cb;
Undocumented in source.
ver
uint ver;

To handle binary (in)compatibility

Meta