JSModuleLoaderFunc_ typedef
JSModuleLoaderFunc_ =
Pointer<JSModuleDef_> Function(Pointer<JSContext_> ctx, Pointer<Utf8> module_name, Pointer<Void> opaque)
Implementation
typedef JSModuleLoaderFunc_ = Pointer<JSModuleDef_> Function(
Pointer<JSContext_> ctx, Pointer<Utf8> module_name, Pointer<Void> opaque);