rts: fix missing function prototypes in ClosureMacros.h
This patch fixes missing function prototypes in ClosureMacros.h
. It allows the wasm backend to get rid of the horrific -Wno-error=implicit-function-declaration
compilation flag, and also fixes compiling out-of-tree cbits using SET_HDR
in RTS API with the profiling ways.