macro_rules! parse_int { ($bytes: expr, $ty: ty) => { ... }; }
Parse bytes to a specified integer type.