Find the record of a registered module.
ModuleRecord memory moduleRecord = registry.findModule(moduleAddress);
address
The address of the module to find.
ModuleRecord
The record of the module.