pub type MessageBoxIcon = BNMessageBoxIcon;
enum MessageBoxIcon { InformationIcon = 0, QuestionIcon = 1, WarningIcon = 2, ErrorIcon = 3, }