Type Alias sk_SSL_CIPHER_copyfunc

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

Aliased Type§

enum sk_SSL_CIPHER_copyfunc {
    None,
    Some(unsafe extern "C" fn(_: *const ssl_cipher_st) -> *mut ssl_cipher_st),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.