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