macro_rules! parse_hex_to_u64 {
    ( $i:expr, $size:expr ) => { ... };
}
Expand description

Read a slice as a big-endian value.