pub type InstallerSuccessCode = InstallerReturnCode;
enum InstallerSuccessCode { Positive(NonZero<u32>), Negative(NonZero<i32>), }