pub type SSL_CTX_keylog_cb_func = Option<unsafe extern "C" fn(ssl: *const SSL, line: *const c_char)>;
Aliased Type§
pub enum SSL_CTX_keylog_cb_func {
None,
Some(unsafe extern "C" fn(*const SSL, *const i8)),
}
Variants§
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.