#ifndef DateTimeMismatchedCalendarError_D_H #define DateTimeMismatchedCalendarError_D_H #include #include #include #include #include "diplomat_runtime.h" #include "CalendarKind.d.h" typedef struct DateTimeMismatchedCalendarError { CalendarKind this_kind; CalendarKind_option date_kind; } DateTimeMismatchedCalendarError; typedef struct DateTimeMismatchedCalendarError_option {union { DateTimeMismatchedCalendarError ok; }; bool is_ok; } DateTimeMismatchedCalendarError_option; #endif // DateTimeMismatchedCalendarError_D_H