Macro must_have

Source
macro_rules! must_have {
    ($bytes:ident, $num:expr) => { ... };
}