The pointer will be to a UTF-8 string, and will NOT be NULL terminated.
The length of the string, in bytes, can be obtained using
neo4j_ustring_length(value).
Note that the result is undefined if the value is not of type NEO4J_STRING.
@param value The neo4j string.
@return A pointer to a UTF-8 string, which will not be terminated.
Return a pointer to a UTF-8 string.
The pointer will be to a UTF-8 string, and will NOT be NULL terminated. The length of the string, in bytes, can be obtained using neo4j_ustring_length(value).
Note that the result is undefined if the value is not of type NEO4J_STRING.
@param value The neo4j string. @return A pointer to a UTF-8 string, which will not be terminated.