Type Definition KvPair
coprocessor_plugin_api
type KvPair = (Key, Value);
A pair of a raw key and its value.