pub type wolf_bio_info_cb = Option<unsafe extern "C" fn(bio: *mut WOLFSSL_BIO, event: c_int, parg: *const c_char, iarg: c_int, larg: c_long, return_value: c_long) -> c_long>;Aliased Type§
pub enum wolf_bio_info_cb {
None,
Some(unsafe extern "C" fn(*mut WOLFSSL_BIO, i32, *const i8, i32, i64, i64) -> i64),
}