pub unsafe extern "C" fn JS_AddInterruptCallback(
    cx: *mut JSContext,
    callback: JSInterruptCallback
) -> bool