pub type CounterFunctionType = Box<dyn FnMut() -> isize>;
Counter function type
pub struct CounterFunctionType(/* private fields */);