pub type ModuleLoadFn = unsafe extern "C" fn(_: *mut JSContext, _: *const c_char) -> *mut JSModuleDef;
Expand description

The raw module load function (js_module_init)