pub type FeatureImplProducer = fn(chan: Arc<HidppChannel>, device_index: u8, feature_index: u8) -> (TypeId, Arc<dyn Feature>);
Represents a function that creates a new dynamically sized feature implementation.