pub const MIR_PLUGIN_API_VERSION: u32 = 2;
Bumped whenever the MirPlugin trait or event types change incompatibly. Dylib plugins built against a different version are refused at load time.
MirPlugin