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