pub type HERK<'a, 'c, F> = HERK_Builder<'a, 'c, F>;
pub struct HERK<'a, 'c, F> { /* private fields */ }