syntax error : type qualifier must be after '*'
Either const or volatile appeared where a type or qualifier is not permitted, as in:
int (const *p); // error