Given knowledge of the prototype of a function and its address in memory, is it possible to call this function from another process or some piece of code that knows nothing
When you need a direct call:
((void(*)(void))0x1234)();