Macro from_scalar_int_for_x_signed

Source
macro_rules! from_scalar_int_for_x_signed {
    ($($ty:ty),*) => { ... };
}