Macro array_from_bytes_be

Source
macro_rules! array_from_bytes_be {
    ($t:ty , $n:expr , $bytes:expr) => { ... };
}