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