Type Definition rquickjs_core::ModuleLoadFn[][src]

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

The raw module load function (js_module_init)