pub unsafe extern "C" fn JS_SetProperty( cx: *mut JSContext, obj: Handle<*mut JSObject>, name: *const i8, v: Handle<Value>, ) -> bool