#[unsafe(no_mangle)]pub extern "C" fn pd_merge(
doc_ptr: *const u8,
doc_len: u32,
incoming_ptr: *const u8,
incoming_len: u32,
) -> u64Expand description
Merge an imported document into the current one (union by id, newer
updated_at wins). Returns the merged document.