Macro HG

Source
macro_rules! HG {
    ($client: ident $(, $a: ident = $v: expr)* ) => { ... };
}