macro_rules! impl_from_bytes_inputs {
    ($Type:ty, $LENGTH:expr) => { ... };
}