@param u A pointer to a byte sequence. The pointer must remain valid, and
the content unchanged, for the lifetime of the neo4j value.
@param n The length of the byte sequence. This must be less than
UINT32_MAX in length (and will be truncated otherwise).
@return A neo4j value encoding the String.
Construct a neo4j value encoding a byte sequence.
@param u A pointer to a byte sequence. The pointer must remain valid, and the content unchanged, for the lifetime of the neo4j value. @param n The length of the byte sequence. This must be less than UINT32_MAX in length (and will be truncated otherwise). @return A neo4j value encoding the String.