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§
None
No value.
Some(unsafe extern "C" fn(_: *const ssl_cipher_st) -> *mut ssl_cipher_st)
Some value of type T
.