fn get_bool_array_slice( array: &BooleanArray, indices: impl ExactSizeIterator<Item = usize>, ) -> Vec<bool>