I'm attempting to "hook" a top level standard library module. That is, provide an alternative implementation, however I need to invoke some of the functionality from the original module.
How can I import the "next module in line", similar to the effect that RTLD_NEXT
has on dlopen
in Linux?