pub unsafe fn JS_WrapPropertyDescriptor(
    cx: *mut JSContext,
    desc: &mut MutableHandle<'_, PropertyDescriptor>
) -> bool