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