when translating the header from https://github.com/ggambetta/libz80
dstep emitted the following code (in part)
alias ushort = ushort;
alias byte = ubyte;
fortunately its not a large header so I could just comment these alias's out and change any byte to ubyte ...