pub unsafe extern "C" fn JS_DefinePropertyById5( cx: *mut JSContext, obj: Handle<*mut JSObject>, id: Handle<PropertyKey>, value: Handle<*mut JSObject>, attrs: u32, ) -> bool