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