pub const PLUGIN_API_VERSION: u32 = PLUGIN_API_VERSION_V3; // 3u32Expand description
Latest API version this crate’s PluginVTable exposes. Plugin
authors set this as the api_version field. When future versions
of this crate append a field, this constant bumps by 1.