pub type CreateCounterFunctionType = Box<dyn Fn(isize) -> CounterFunctionType>;
Create counter function type
pub struct CreateCounterFunctionType(/* private fields */);