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