dart ffi: Structs pass by value #41062
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
type-question
A question about expected behavior or functionality
I want to write dart binding for the following C code:
c api:
I tried doing this:
dart binding:
But I am facing the following error;
dart struct
I need some help to get this working.
Thanks in advance
The text was updated successfully, but these errors were encountered: