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