@fn neo4j_map_entry_t neo4j_map_entry(const char *key, neo4j_value_t value); @brief Constrct a neo4j map entry.
@param key The null terminated string key for the entry. @param value The value for the entry. @return A neo4j map entry.
See Implementation
@fn neo4j_map_entry_t neo4j_map_entry(const char *key, neo4j_value_t value); @brief Constrct a neo4j map entry.
@param key The null terminated string key for the entry. @param value The value for the entry. @return A neo4j map entry.