pub type CGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, c32>;
struct CGEMV<'a, 'x, 'y> { /* private fields */ }