Function bson_iterator_from_buffer

Source
pub unsafe extern "C" fn bson_iterator_from_buffer(
    i: *mut bson_iterator,
    buffer: *const c_char,
)
Expand description

Initialize a bson iterator from a const char* buffer. Note that this is mostly used internally.

@param i the bson_iterator to initialize. @param buffer the buffer to point to.