remove restrict qualifier from methods in IPPL
According to https://en.cppreference.com/w/c/language/restrict the restrict qualifier is only allowed for pointers to an object type - not methods.
Modern compiler, like Apple Clang 11 and GCC 9, are complaining about it.