pub type OnFeatureUsageCallback = Arc<dyn Fn(String, FeatureResult) + Send + Sync>;
pub struct OnFeatureUsageCallback { /* private fields */ }