macro_rules! parse_int {
    ($bytes: expr, $ty: ty) => { ... };
}
Expand description

Parse bytes to a specified integer type.