bson_writer_new (3) Linux Manual Page
bson_writer_new() – Creates a new instance of bson_writer_t using the buffer, length, offset, and _realloc()_ function supplied. Synopsisbson_writer_t * bson_writer_new (uint8_t **buf, size_t *buflen, size_t offset, bson_realloc_func realloc_func, void *realloc_func_ctx);Parametersbuf A uint8_t.buflen A size_t.offset A size_t.realloc_func A bson_realloc_func.realloc_func_ctx A bson_realloc_func.DescriptionCreates a new instance of bson_writer_t using the buffer , length , offset , and _realloc()_…
