ghci: support foreign import prim
The only thing to my knowledge which GHCi doesn't support is the foreign import prim
calling convention.
It would be good to be able to support this calling convention if possible (perhaps by performing the call via a wrapper or the like).
cc @luite