pub type sk_SSL_CIPHER_copy_func = Option<unsafe extern "C" fn(arg1: *const SSL_CIPHER) -> *const SSL_CIPHER>;
Aliased Type§
enum sk_SSL_CIPHER_copy_func {
None,
Some(unsafe extern "C" fn(_: *const ssl_cipher_st) -> *const ssl_cipher_st),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const ssl_cipher_st) -> *const ssl_cipher_st)
Some value of type T
.