Flutter FFI
https://docs.flutter.dev/development/platform-integration/ios/c-interop
FFI stands for foreign function interface. Other terms for similar functionality include native interface and language bindings.
The FFI library can only bind against C symbols, so in C++ these symbols must be marked extern C
.
如果使用静态库的方式,记得需要 -force_load