# Functions
RunNative provides a way to execute code within the platform-specific runtime context for various runtimes.
# Structs
AndroidContext is passed to the `RunNative` callback when it is executed on an Android device.
UnknownContext is passed to the `RunNative` callback when it is executed on devices without special native context.