pub type sk_SSL_COMP_freefunc = Option<unsafe extern "C" fn(*mut ssl_comp_st)>;Aliased Type§
pub 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)>;pub enum sk_SSL_COMP_freefunc {
None,
Some(unsafe extern "C" fn(*mut ssl_comp_st)),
}