pub(crate) fn cast_list_to_list_view<OffsetSize>( array: &dyn Array, ) -> Result<ArrayRef, ArrowError>where OffsetSize: OffsetSizeTrait,