Function SetDOMProxyInformation

Source
pub unsafe extern "C" fn SetDOMProxyInformation(
    domProxyHandlerFamily: *const c_void,
    domProxyShadowsCheck: Option<unsafe extern "C" fn(*mut JSContext, Handle<*mut JSObject>, Handle<PropertyKey>) -> DOMProxyShadowsResult>,
    domRemoteProxyHandlerFamily: *const c_void,
)