Macro ior

Source
macro_rules! ior {
    ($ty:expr, $nr:expr, $sz:ty) => { ... };
}