pub unsafe extern "C" fn dpiSodaColl_replaceOne(
coll: *mut dpiSodaColl,
options: *const dpiSodaOperOptions,
doc: *mut dpiSodaDoc,
flags: u32,
replaced: *mut c_int,
replacedDoc: *mut *mut dpiSodaDoc,
) -> c_intExpand description
Replaces the single document in the collection matching the given options with the new document.