[][src]Function quickjs_sys::JS_NewCModule

pub unsafe extern "C" fn JS_NewCModule(
    ctx: *mut JSContext,
    name_str: *const c_char,
    func: JSModuleInitFunc
) -> *mut JSModuleDef