Macro int_scalar

Source
macro_rules! int_scalar {
    ($ty:ty, $raw:ty) => { ... };
}