Similar to the `CallingConvention` enum and the `default_calling_convention()` method, should we add an `UnwindKind` enum and `default_unwind_kind()` method? One question is, do we need this, or should the unwind kind be implied by the calling convention?
Similar to the
CallingConventionenum and thedefault_calling_convention()method, should we add anUnwindKindenum anddefault_unwind_kind()method?One question is, do we need this, or should the unwind kind be implied by the calling convention?