pub fn setup_(m: *const module) -> i32
Port of setup_(UNUSED(Module m)) from Src/module.c:306.
setup_(UNUSED(Module m))
Src/module.c:306
C body: setup_(UNUSED(Module m)) { return 0; } — the no-op setup hook of the module subsystem itself.
setup_(UNUSED(Module m)) { return 0; }