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