pub fn kv_increment( env: &mut ApplyEnv<'_>, key: &[u8], value: i128, ) -> Result<i128, &'static str>