int RSP_postMessage(RSP_moduleBackend *mod);
int RSP_postMessage
This function cleans up all related memory that has been used internally by the RSP Module API. This must be called before your module exits (and only after you have finished with all other RSP Module API function calls).
Nothing.
No errors can occur with this function.