pub type scs_telemetry_event_callback_t = Option<unsafe extern "C" fn(event: scs_event_t, event_info: *const c_void, context: scs_context_t)>;
Expand description

@brief Type of function registered to be called for event.

@param event Event in question. Allows use of single callback with more than one event. @param event_info Structure with additional event information about the event. @param context Context information passed during callback registration.