Engine.CState
module type S = sig ... end
module Make (CMemory : Gillian.Concrete.Memory_S) : sig ... end