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