pub unsafe extern "C" fn JS_SetModuleExport( ctx: *mut JSContext, m: *mut JSModuleDef, export_name: *const c_char, val: JSValue, ) -> c_int