pub trait GGSWCompressedToMut { // Required method fn to_mut(&mut self) -> GGSWCompressed<&mut [u8]>; }