Function JS_SetModuleLoaderFunc2

Source
pub unsafe extern "C" fn JS_SetModuleLoaderFunc2(
    rt: *mut JSRuntime,
    module_normalize: JSModuleNormalizeFunc,
    module_loader: JSModuleLoaderFunc2,
    module_check_attrs: JSModuleCheckSupportedImportAttributes,
    opaque: *mut c_void,
)