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