pub unsafe fn JS_SetPendingException(
    cx: *mut JSContext,
    v: HandleValue<'_>,
    behavior: ExceptionStackBehavior
)