TLSConfiguration_EventHandler

Type Alias TLSConfiguration_EventHandler 

Source
pub type TLSConfiguration_EventHandler = Option<unsafe extern "C" fn(parameter: *mut c_void, eventLevel: TLSEventLevel, eventCode: c_int, message: *const c_char, con: TLSConnection)>;

Aliased Type§

pub enum TLSConfiguration_EventHandler {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u32, i32, *const i8, *mut sTLSConnection)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u32, i32, *const i8, *mut sTLSConnection))

Some value of type T.