pub unsafe fn JS_ForOfIteratorNext(
    iterator: *mut ForOfIterator,
    val: MutableHandleValue<'_>,
    done: *mut bool
) -> bool