SSL_custom_ext_free_cb_ex

Type Alias SSL_custom_ext_free_cb_ex 

Source
pub type SSL_custom_ext_free_cb_ex = Option<unsafe extern "C" fn(ssl: *mut SSL, ext_type: c_uint, context: c_uint, out: *const c_uchar, add_arg: *mut c_void)>;

Aliased Type§

pub enum SSL_custom_ext_free_cb_ex {
    None,
    Some(unsafe extern "C" fn(*mut SSL, u32, u32, *const u8, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut SSL, u32, u32, *const u8, *mut c_void))

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.