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