neo4j_iostream.write

Write bytes to a stream from the supplied buffer.

@param self This stream. @param buf A pointer to a memory buffer to read from. @param nbyte The size of the memory buffer. @return The bytes written, or -1 on error (errno will be set).

struct neo4j_iostream
ssize_t function(neo4j_iostream* self, const(void)* buf, size_t nbyte) write;

Meta