Function callCPPDelegate

Invoke an std::function pointer (note: must be void* due to mangling issues)

extern(C++) void callCPPDelegate (
  void* cb
);