pub trait GGLWEToGGSWKeyCompressedToRef { // Required method fn to_ref(&self) -> GGLWEToGGSWKeyCompressed<&[u8]>; }