[][src]Function ejdb_sys::bson_iterator_from_buffer

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

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.