SYNOPSIS
bool
bson_append_iter (bson_t *bson,
const char *key,
int key_length,
const bson_iter_t *iter);
PARAMETERS
- bson
- A bson_t \&.
- key
- An ASCII C string containing the name of the field.
- key_length
- The length of key in bytes, or -1 to determine the length with strlen(3) \&.
- iter
- A bson_iter_t.
DESCRIPTION
TODO:
RETURNS
TODO: