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