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