pub unsafe extern "C" fn JS_WrapPropertyDescriptor(
    cx: *mut JSContext,
    desc: MutableHandle<PropertyDescriptor>
) -> bool