pub unsafe extern "C" fn GetModuleLoadHook(
rt: *mut JSRuntime,
) -> Option<unsafe extern "C" fn(*mut JSContext, Handle<*mut JSScript>, Handle<*mut JSObject>, Handle<Value>, Handle<Value>, u32, ColumnNumberOneOrigin) -> bool>Expand description
Get the HostLoadImportedModule hook for the runtime.