macro_rules! unlikely_if {
    ($condition:expr, $then:block) => { ... };
    ($condition:expr, $then:block, $else:block) => { ... };
}macro_rules! unlikely_if {
    ($condition:expr, $then:block) => { ... };
    ($condition:expr, $then:block, $else:block) => { ... };
}