macro_rules! ensure_length_gt {
    ($list:expr, $count:expr) => { ... };
}