pub unsafe extern "C" fn JS_SetPendingException(
    cx: *mut JSContext,
    v: Handle<Value>,
    behavior: ExceptionStackBehavior
)