pub type DataCallback = Box<dyn Fn(&str, &Value) + Sync + Send>;
Callback type for data updates.
pub struct DataCallback(/* private fields */);