pub type bio_info_cb = Option<unsafe extern "C" fn(*mut BIO, c_int, *const c_char, c_int, c_long, c_long)>;
Aliased Type§
pub enum bio_info_cb {
None,
Some(unsafe extern "C" fn(*mut BIO, i32, *const i8, i32, i64, i64)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut BIO, i32, *const i8, i32, i64, i64))
Some value of type T
.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.