fn no_long_items(
    list: &[ListItem],
    short_array_element_width_threshold: usize
) -> bool