fn tunnel_below_from_cell(
    cell: Vec2<i32>,
    level: u32,
    land: &Land<'_>
) -> Option<Tunnel>