Macro try_into_usize

Source
macro_rules! try_into_usize {
    ($x:expr) => { ... };
}