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