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