Open spx01 opened 1 week ago
Replace usage of std::os::raw with std::ffi for C types. Fixes #75.
std::os::raw
std::ffi
@spx01 Thanks, this is great! Can you either run cargo +nightly fmt or apply the format suggestions in CI?
cargo +nightly fmt
Done!
Replace usage of
std::os::raw
withstd::ffi
for C types. Fixes #75.