Macro binprot_number

Source
macro_rules! binprot_number {
    ($base_type:ident, $binprot_type:ident) => { ... };
}