macro_rules! bitflags_deserialize_impl {
    ($type:ty$(, $feature:expr)?) => { ... };
}