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