Macro account

Source
macro_rules! account {
    ($discriminator_name:ident, $struct_name:ident) => { ... };
}