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