pub const NATIVE_ABI_VERSION: u32 = 1;Expand description
Stable native ABI version for trusted in-process plugins.
The runtime never exchanges Rust trait objects across the dynamic-library
boundary. It loads a C-compatible function table through cortex_plugin_init
and moves structured values as UTF-8 JSON buffers.