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