SWU module API

The SWU module API must be implemented by any custom swud module that you develop so that swud can load and unload the module.

The API is small, consisting of only an initialization function (SWU_MODULE_INITIALIZE()), which is mandatory for all modules to implement, as well as a shutdown function (SWU_MODULE_SHUTDOWN()), which is optional to implement.