protocol: widen the callback_data arg for ping/sync to 64bit
The only invocations we have right now of these callbacks ignore the argument or force it to zero. But in the future we may have an interface that requires a callback and that interface may need to store a timestamp or object ID in this argument - so let's make sure we have enough space for that.