pub type TRMM<'a, 'b, F> = TRMM_Builder<'a, 'b, F>;
pub struct TRMM<'a, 'b, F> { /* private fields */ }