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