pub type MessageBoxIcon = BNMessageBoxIcon;
#[repr(u8)]pub enum MessageBoxIcon { InformationIcon = 0, QuestionIcon = 1, WarningIcon = 2, ErrorIcon = 3, }