pub unsafe fn TestBindingMaplikeWithPrimitiveMaplikeWrap<D>(
cx: &mut JSContext,
scope: &<D as DomTypes>::GlobalScope,
given_proto: Option<Handle<'_, *mut JSObject>>,
object: Box<IterableIterator<D, <D as DomTypes>::TestBindingMaplikeWithPrimitive>>,
) -> Root<Dom<IterableIterator<D, <D as DomTypes>::TestBindingMaplikeWithPrimitive>>>where
D: DomTypes,