grlib has places where a function similar to memcpy() can be provided by the driver. The signature does not match memcpy() which led to function cast warnings when memcpy() was sufficient. Provided a wrapper function to aligned the signatures.