neo4j_bytes

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.

extern (C)
neo4j_bytes
(
const(char)* u
,
uint n
)

Meta