The next step is to lift the Python interoperability from C to ASR (see #1996) for both `@pythoncall` and `@pythoncallable`, this will make it work in all our backends. It should transform BindC functions into directly calls to Python C/API, by probably having some module with the C/API interfaces and then calling them appropriately, all in ASR.