RacSdkGetVersionNative typedef
RacSdkGetVersionNative =
Pointer<Utf8> Function()
const char* rac_sdk_get_version(void) — canonical SDK semver string
sourced from sdk/runanywhere-commons/VERSION.
Implementation
typedef RacSdkGetVersionNative = ffi.Pointer<Utf8> Function();