Mongoc.Cursor
type t
val next : t -> Bson.t option
val error : t -> (unit, Bson.Error.t) Stdlib.result
val destroy : t -> unit
val collection_find : ?opts:Bson.t -> ?read_prefs:Read_prefs.t -> Collection.t -> Bson.t -> t