pub unsafe extern "C" fn JS_ForOfIteratorNext(
    iterator: *mut ForOfIterator,
    val: MutableHandle<Value>,
    done: *mut bool
) -> bool