pub type UsageUpdateCallback = Arc<dyn Fn(UsageMetrics) + Send + Sync>;
Callback type for usage metrics updates
pub struct UsageUpdateCallback { /* private fields */ }