pub unsafe fn JS_GetPropertyDescriptorById(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: HandleId<'_>,
    desc: MutableHandle<'_, PropertyDescriptor>,
    holder: MutableHandleObject<'_>,
    isNone: *mut bool
) -> bool