#include <kvstore.h> void kv_release_consistency(kv_consistency_t **consistency)
Releases (or frees) the memory allocated for the
kv_consistency_t
structure. This structure is
initially created using kv_create_simple_consistency(),
kv_create_time_consistency(), or kv_create_version_consistency().