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