Example Code
typedef const int const NewCInt;
typedef int* NewCVInt;
typedef const int * const NewCInt;