Function mozjs_sys::jsapi::JS_DefinePropertyById5
source ยท pub unsafe extern "C" fn JS_DefinePropertyById5(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
id: Handle<jsid>,
value: Handle<*mut JSObject>,
attrs: c_uint,
) -> bool