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§

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.