pub type CreateReal<A, B> = Box<dyn Fn(A) -> B>;
Create function for the real context
pub struct CreateReal<A, B>(/* private fields */);