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