pub fn register_hinstance(hinstance: HINSTANCE)
Expand description

Registers the module handle globally.

As a result it can later be picked up by using static_vst_plugin_context(). This is typically called on Windows only by some entry point in one of the plugin macros.