pub unsafe extern "C" fn NewProxyObject(
    cx: *mut JSContext,
    handler: *const BaseProxyHandler,
    priv_: Handle<Value>,
    proto: *mut JSObject,
    options: *const ProxyOptions
) -> *mut JSObject