pub unsafe extern "C" fn SetModuleResolveHook(
    rt: *mut JSRuntime,
    func: ModuleResolveHook
)
Expand description

Set the HostResolveImportedModule hook for the runtime to the given function.