pub unsafe extern "C" fn InvokeGetOwnPropertyDescriptor(
    handler: *const c_void,
    cx: *mut JSContext,
    proxy: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    desc: MutableHandle<PropertyDescriptor>,
    isNone: *mut bool
) -> bool