Type Alias aws_lc_sys::BN_GENCB
source · pub type BN_GENCB = bn_gencb_st;Aliased Type§
struct BN_GENCB {
pub type_: u8,
pub arg: *mut c_void,
pub callback: bn_gencb_st__bindgen_ty_1,
}Fields§
§type_: u8§arg: *mut c_void§callback: bn_gencb_st__bindgen_ty_1