macro_rules! read_num_bytes {
    ($ty:ty, $size:expr, $src:expr, $which:ident) => { ... };
}