I don't see how this is different from the `RefMut<sbyte>` type at runtime? It's just a `ref byte` o
I don't see how this is different from the
RefMut<sbyte> type at runtime? It's just a ref byte on the inside (or a readonly ref byte in this case, but same same)