pub unsafe extern "C" fn JS_GetOwnPropertyDescriptorById(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    desc: MutableHandle<PropertyDescriptor>,
    isNone: *mut bool
) -> bool