Macro mark_ranges

Source
macro_rules! mark_ranges {
    ($region: expr, $typ: expr) => { ... };
}