pub unsafe extern "C" fn JS_GetPropertyDescriptor(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
name: *const i8,
desc: MutableHandle<PropertyDescriptor>,
holder: MutableHandle<*mut JSObject>,
isNone: *mut bool,
) -> bool
pub unsafe extern "C" fn JS_GetPropertyDescriptor(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
name: *const i8,
desc: MutableHandle<PropertyDescriptor>,
holder: MutableHandle<*mut JSObject>,
isNone: *mut bool,
) -> bool