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