Search code examples
How to get a mutable u32 pointer and cast it into an int pointer of C...


rustffi

Read More
Why do most ffi functions use raw pointers instead of references?...


rustffiraw-pointer

Read More
How to handle a SIGSEGV with jffi / jnr?...


javasegmentation-faultffijnr

Read More
Rust FFI and Aliasing: C -> Rust -> C -> Rust call stacks with C values being aliased: Unde...


rustundefined-behaviorffi

Read More
Is it possible to pass PHP variable to FFI C function?...


phpffi

Read More
Why linking and calling a C function with variadic arguments in Rust causes random functions to be c...


functionrustvariadic-functionsffirust-cargo

Read More
How do I convert a Rust closure to a C-style callback?...


rustclosuresffi

Read More
Passing a safe rust function pointer to C...


rustffilibpd

Read More
Dart/Flutter FFI: Convert List to Array...


c++flutterdartffidart-ffi

Read More
Dart FFI keep Struct pointer...


cflutterdartffidart-ffi

Read More
How to lend a Rust object to C code for an arbitrary lifetime?...


crustffi

Read More
Rust FFI - Dangling pointer...


rustffi

Read More
CocoaPods error : Ignoring ffi-1.14.2 because its extensions are not built...


rubycocoapodsios-simulatorffi

Read More
How to safely wrap win32's PSTR or PWSTR in an Option type (e.g. Option<&OsStr>)?...


windowsrustffi

Read More
Haskell FFI: Missing (or bad) C library...


haskellffihaskell-stack

Read More
OSError: /usr/lib/ghc/ghc-prim-0.5.2.0/libHSghc-prim-0.5.2.0-ghc8.4.4.so: undefined symbol: stg_gc_u...


pythonhaskellghcffi

Read More
Accessing global state from a callback in rust...


rustcallbackhookffi

Read More
How to access struct members by name in scala native?...


structmemberffilanguage-interoperabilityscala-native

Read More
How to get the size of a struct field in Rust without instantiating it...


rustffirust-bindgen

Read More
Why do EnumPrintersA and EnumPrintersW request the same amount of memory?...


javascriptc++node.jsffinode-ffi

Read More
How to crash on internal bug and force totality...


ffiidristotality

Read More
Is there a way to export functions in C static library?...


crustinteropffi

Read More
Pass mutable pointer to function without initializing it first...


rustffi

Read More
Using shared C++ library in Idris...


c++clinkerffiidris

Read More
How do I statically link a Haskell library with a Rust project?...


haskellrustffi

Read More
How can I fill an uninitialized Rust vector using a C function?...


rustffi

Read More
Optional arguments for higher-order functions...


interopffihigher-order-functionsrescript

Read More
Static linking in Dart FFI...


dartffi

Read More
Dart ffi - Call Dart From C++...


c++ffidart-ffi

Read More
Convert from a fixed-sized c_char array to CString...


rustffi

Read More
BackNext