pub type SessionCallbackType = Box<dyn Fn(&str, &ActionStatus) + Send + Sync>;
Callback invoked when action status changes.
pub struct SessionCallbackType(/* private fields */);