pub type SessionEventCallback = Box<dyn Fn(SessionEvent) + Send + Sync + 'static>;
Session event callback type
pub struct SessionEventCallback(/* private fields */);