pub type CSYMM<'a, 'b, 'c> = SYMM<'a, 'b, 'c, c32>;
struct CSYMM<'a, 'b, 'c> { /* private fields */ }