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