Type Alias sk_SSL_CIPHER_freefunc

Source
pub type sk_SSL_CIPHER_freefunc = Option<unsafe extern "C" fn(_: *mut ssl_cipher_st)>;

Aliased Type§

enum sk_SSL_CIPHER_freefunc {
    None,
    Some(unsafe extern "C" fn(_: *mut ssl_cipher_st)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ssl_cipher_st))

Some value of type T.