MIR_module is a public header struct; we expose its layout (verified by unittest) so the module list (e.g. modules created by c2mir) can be walked.
DLIST(MIR_item_t).head
.tail
.next
DLIST_LINK(MIR_module_t).prev
MIR_module is a public header struct; we expose its layout (verified by unittest) so the module list (e.g. modules created by c2mir) can be walked.