TLSConfiguration_setEventHandler

Function TLSConfiguration_setEventHandler 

Source
pub unsafe extern "C" fn TLSConfiguration_setEventHandler(
    self_: TLSConfiguration,
    handler: TLSConfiguration_EventHandler,
    parameter: *mut c_void,
)
Expand description

Set the security event handler

ยงArguments

  • handler - the security event callback handler
  • parameter - user provided parameter to be passed to the callback handler