Low-level bridges - internal interface between VM and data mappers

The high-level ``bridges'' use the following low-level functions to do their work: These low-level support functions are called by the high-level ones, the ones that VM calls. From the VM's point of view, the process is completely automated: the VM ends up accessing functionality written in any synchronous modeling tool, regardless of parameters, by simply calling two functions... Access to the exchanged message details is not only unnecessary, it would also be hazardous, since it would ``tie'' the VM to message-specific details. Via the Data Modeling Toolchain, the VM can route any message to any interface, handling the message data as simple, opaque, sequences of bytes.