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