pub type SSL_client_hello_cb_fn = Option<unsafe extern "C" fn(_: *mut ssl_st, _: *mut i32, _: *mut c_void) -> i32>;
Aliased Type§
enum SSL_client_hello_cb_fn {
None,
Some(unsafe extern "C" fn(_: *mut ssl_st, _: *mut i32, _: *mut c_void) -> i32),
}