fn array_position_common( array: ListRef<'_>, element: Option<ScalarRefImpl<'_>>, skip: usize, ) -> Result<Option<i32>>