Reverse CPtr
/VoidPtr
/FuncPtr
interop
#494
Labels
area:cil-interop
Related to CIL (.NET) interop
kind:feature
New feature or request
status:help-wanted
Open for contributors
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.
The text was updated successfully, but these errors were encountered: