macro_rules! impl_serialize_for_bitflags {
    ($flags: ident) => { ... };
}