pub type custom_ext_free_cb = Option<unsafe extern "C" fn(_: *mut ssl_st, _: u32, _: *const u8, _: *mut c_void)>;
Aliased Type§
enum custom_ext_free_cb {
None,
Some(unsafe extern "C" fn(_: *mut ssl_st, _: u32, _: *const u8, _: *mut c_void)),
}