pub unsafe fn JS_GetPropertyDescriptor(
cx: &mut JSContext,
obj: Handle<'_, *mut JSObject>,
name: *const c_char,
desc: MutableHandle<'_, PropertyDescriptor>,
holder: MutableHandle<'_, *mut JSObject>,
isNone: *mut bool,
) -> bool