Module handler.
Module handler.This is how a module handler is defined. There is a priority attached to the main-like function pointer handler. When calling multiple modules (e.g. when logging in or out), the handlers are called in order of increasing priority. The entry points are called with pairs of argc and argv arguments, just like main().