Return a pointer to a byte sequence.
The pointer will be to a byte sequence. The length of the sequence can be obtained using neo4j_bytes_length(value).
Note that the result is undefined if the value is not of type NEO4J_BYTES.
@param value The neo4j byte sequence. @return A pointer to a byte sequence.
See Implementation
Return a pointer to a byte sequence.
The pointer will be to a byte sequence. The length of the sequence can be obtained using neo4j_bytes_length(value).
Note that the result is undefined if the value is not of type NEO4J_BYTES.
@param value The neo4j byte sequence. @return A pointer to a byte sequence.