pub unsafe extern "C" fn GetModuleDynamicImportHook(
    rt: *mut JSRuntime
) -> Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<Value>, _: Handle<*mut JSObject>, _: Handle<*mut JSObject>) -> bool>
Expand description

Get the HostImportModuleDynamically hook for the runtime.