#[unsafe(no_mangle)]pub unsafe extern "C" fn obj_backup_to(
db: *mut obj_db_t,
dest: *const c_char,
) -> obj_error_tExpand description
Take a hot backup of db to dest. The destination MUST NOT
already exist.
ยงSafety
dbmust be a live db handle.destmust be a NUL-terminated UTF-8 C string.