[][src]Function ejdb_sys::bson_iterator_long_raw

pub unsafe extern "C" fn bson_iterator_long_raw(i: *const bson_iterator) -> i64

Get the long value of the BSON object currently pointed to by the iterator. Assumes the correct type is used.

@param i the bson_iterator

@return the value of the current BSON object.