pub unsafe extern "C" fn MergeRoomsVertically(
    x: c_int,
    y0: c_int,
    dy: c_int,
    grid: *mut dungeon_grid_cell
)