Bap_plugins.StdInterface to the plugin subsystem.
module Plugin : sig ... endPlugin - a loadable self-contained piece of code.
module Plugins : sig ... endPlugin loader.
list_loaded_units () evaluates to a list of compilation unit names currently loaded into the system. The list includes both, units loaded dynamically, and those that were statically linked into the host program.