pub type tls_session_ticket_ext_cb_fn = Option<unsafe extern "C" fn(*mut SSL, *const c_uchar, c_int, *mut c_void) -> c_int>;
Aliased Type§
pub enum tls_session_ticket_ext_cb_fn {
None,
Some(unsafe extern "C" fn(*mut SSL, *const u8, i32, *mut c_void) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut SSL, *const u8, i32, *mut c_void) -> i32)
Some value of type T
.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.