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