pub unsafe fn JS_ExecuteScript( cx: *mut JSContext, script: Handle<'_, *mut JSScript>, rval: MutableHandle<'_, Value>, ) -> bool