Minimal, dependency free implementation of the ctor crate.
ctor
Supports Rust 1.46 and later on Linux, Windows and macOS. Other platforms best effort.
```rust struct MyPlugin;
unsafe fn register_plugin() { PLUGINS.register(MyPlugin); } ```