misc_cg_uncharge
misc_cg_uncharge(type, sev->misc_cg, 1);
misc_cg_uncharge(MISC_CG_RES_TDX, kvm_tdx->misc_cg, 1);
void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount);
EXPORT_SYMBOL_GPL(misc_cg_uncharge);