wip: storing an exposed Mu function and CCALL it from within Mu.
Most of the work has been done. test_genmu.test_fakeaddress_fncptr gives a possible use case. The back-end now can store a ufuncptr as a result of statically exposing a Mu function; when it loads it back at run time, calling it is done through CCALL. The test fails because reference implementation still doesn't support this.