_probor_decode_variant

Macro _probor_decode_variant 

Source
macro_rules! _probor_decode_variant {
    ($typ:ident, $dec:expr, $len:expr, $variant:ident) => { ... };
    ($typ:ident, $dec:expr, $len: expr, $variant:ident,
    $( $fname:ident $fnum:tt ),+) => { ... };
}