Macro parser_c::__map []

macro_rules! __map {
    ($fn: expr) => { ... };
    ($fn: expr, $target: expr) => { ... };
}