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