Macro bitflag

Source
macro_rules! bitflag {
    ($flag_type:ident, $flag_enum_type:ty, $flag_value_type:ty) => { ... };
}