pub fn numeric_list_bytes_iter(
    arr: &ListArray<i64>
) -> Result<Box<dyn ExactSizeIterator<Item = Option<&[u8]>> + '_>, PolarsError>