pub const EXIT_PLUGIN_LOAD: i32 = 5;
Plugin load/validation failure (manifest, conflicts, missing host fns). Shares the same numeric code as EXIT_API; named separately so plugin call-sites read clearly.
EXIT_API