fn subr_registry() -> HashMap<&'static str, &'static SubrFn>Expand description
Registry mapping SubrFn names to their static references. Used by the loader to reconstruct function pointers from dump files. We serialize the name since Rust fn pointer names can’t be serialized, and look it up here on load.