pub fn try_unary_elementwise_values<'a, T, V, F, K, E>(
    ca: &'a ChunkedArray<T>,
    op: F
) -> Result<ChunkedArray<V>, E>