zcash-android-wallet-sdk
zcash-android-wallet-sdk copied to clipboard
Replace `extern "C"` with `extern "system"` in JNI
This is only necessary if we ever convert this SDK from being Android-specific into a generic Kotlin SDK with Windows support. Rust's system
ABI is equivalent to the C
ABI on every platform except Windows.