Type Alias BN_GENCB

Source
pub type BN_GENCB = bn_gencb_st;

Aliased Type§

#[repr(C)]
pub 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