Function mongoc_sys::bindings::mongoc_collection_command [] [src]

pub unsafe extern "C" fn mongoc_collection_command(
    collection: *mut mongoc_collection_t,
    flags: mongoc_query_flags_t,
    skip: uint32_t,
    limit: uint32_t,
    batch_size: uint32_t,
    command: *const bson_t,
    fields: *const bson_t,
    read_prefs: *const mongoc_read_prefs_t
) -> *mut mongoc_cursor_t