You need the * to access the function the variable points to.
It's more like Ruby's method(:foo) and .call().
You need the * to access the function the variable points to.