pub unsafe extern "C" fn JS_ExecuteScript1(
    cx: *mut JSContext,
    script: Handle<*mut JSScript>
) -> bool