pub type CreateTest<A> = Box<dyn Fn(A) -> A>;
Creation function for the test context
pub struct CreateTest<A>(/* private fields */);