pub unsafe fn FromPropertyDescriptor(
    cx: *mut JSContext,
    desc: Handle<'_, PropertyDescriptor>,
    vp: MutableHandle<'_, Value>
) -> bool