pub unsafe fn JS_DefinePropertyById9( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, id: Handle<'_, jsid>, value: f64, attrs: c_uint, ) -> bool