[WARNING]
The restrict qualifier should only be applied once and not several times.
int * restrict restrict pointer;
Only specify restrict once.