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