pub type HEMV<'a, 'x, 'y, F> = HEMV_Builder<'a, 'x, 'y, F>;
struct HEMV<'a, 'x, 'y, F> { /* private fields */ }