pub fn dyn_boot_module(m: *const module) -> i32Expand description
Port of dyn_boot_module(Module m) from Src/module.c:1747.
C body: return ((int (*)(int,Module,void*)) m->u.handle)(1, m, NULL);
Calls the dynamic module’s exported entry-point with op-code 1
(boot). Static-link path: opcode dispatch unused, returns 0.