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