pub unsafe extern "C" fn bson_iterator_bool(
i: *const bson_iterator,
) -> bson_bool_tExpand description
Get the boolean value of the BSON object currently pointed to by the iterator.
@param i the bson_iterator
@return the value of the current BSON object.