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