pub static ROOM_PLUGIN_DECLARATION: PluginDeclarationExpand description
Plugin metadata for dynamic loading.
When the cdylib-exports feature is enabled, this static is exported
with #[no_mangle] so that libloading can find it by name. When
the feature is off (rlib / static linking), the symbol is mangled to
avoid collisions with other plugins in the same binary.