Reverse `CPtr`/`VoidPtr`/`FuncPtr` interop
Open
area:cil-interop
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.