Example Code
void func(const int foo);
void func2(volatile float pi);
void func3(const volatile char cvParam)
{
}