Macro combine_cast

Source
macro_rules! combine_cast {
    ($input:expr, $output:expr, $($tail:ident),+ $(,)?) => { ... };
}