Function bson_iterator_init

Source
pub unsafe extern "C" fn bson_iterator_init(
    i: *mut bson_iterator,
    b: *const bson,
)
Expand description

Initialize a bson_iterator.

@param i the bson_iterator to initialize. @param bson the BSON object to associate with the iterator.