pub trait CfgControl<const ENABLED: bool> { type Out: ?Sized; }
Trait allows selecting type based on a const param