pub unsafe fn JS_DefineElement5(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    index: u32,
    value: u32,
    attrs: c_uint
) -> bool