What is the difference between this argument bar...
void foo(int* bar) { }
... and this argument bar?