pub unsafe extern "C" fn SetModuleResolveHook(
    rt: *mut JSRuntime,
    func: ModuleResolveHook,
)Expand description
Set the HostResolveImportedModule hook for the runtime to the given function.
pub unsafe extern "C" fn SetModuleResolveHook(
    rt: *mut JSRuntime,
    func: ModuleResolveHook,
)Set the HostResolveImportedModule hook for the runtime to the given function.