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.