@param items An array of neo4j values. The pointer to the items must
remain valid, and the content unchanged, for the lifetime of the
neo4j value.
@param n The length of the array of items. This must be less than
UINT32_MAX (or the list will be truncated).
@return A neo4j value encoding the List.
Construct a neo4j value encoding a list.
@param items An array of neo4j values. The pointer to the items must remain valid, and the content unchanged, for the lifetime of the neo4j value. @param n The length of the array of items. This must be less than UINT32_MAX (or the list will be truncated). @return A neo4j value encoding the List.