A sequence of zero or more attributes used to describe function behavior.
Attributes
- noreturn : Indicates that the function does not return
- maybe_unused : indicates the fall through from previous case is intentional and should not be diagnosed by compiler
- C++ likely https://en.cppreference.com/w/cpp/language/attributes.html