Cesium
Cesium copied to clipboard
Reverse `CPtr`/`VoidPtr`/`FuncPtr` interop
In #354, interop with CPtr
/ VoidPtr
/ FuncPtr
has been added. C programs may pass pointer parameters to the places where these types are excepted.
Reverse interop (when external code passes them to C programs, e.g. via function pointers or just public function arguments) isn't supported yet.
We should support that.