Open edsko opened 4 months ago
This is (currently) not directly possible with Haskell's FFI interface, so we'll need to generate wrappers.
Tracking support for function pointers to functions that accept or return structs by value separately, as this is especially tricky: https://github.com/well-typed/hs-bindgen/issues/81.
struct
This is (currently) not directly possible with Haskell's FFI interface, so we'll need to generate wrappers.