pub type sk_SSL_COMP_freefunc = Option<unsafe extern "C" fn(_: *mut ssl_comp_st)>;
Aliased Type§
enum sk_SSL_COMP_freefunc {
None,
Some(unsafe extern "C" fn(_: *mut ssl_comp_st)),
}
pub type sk_SSL_COMP_freefunc = Option<unsafe extern "C" fn(_: *mut ssl_comp_st)>;
enum sk_SSL_COMP_freefunc {
None,
Some(unsafe extern "C" fn(_: *mut ssl_comp_st)),
}