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 handlerparameter- user provided parameter to be passed to the callback handler