pub type Atten11dB<T> = Attenuated<{ attenuation::DB_11 }, T>;
struct Atten11dB<T>(/* private fields */);