void __fastcall HvpFreeBin(
_HHIVE *Hive,
unsigned int BinSize,
HSTORAGE_TYPE Type,
void *PermanentBin,
void *TemporaryBin){
void *v7;
v7 = *(void **)&Type;
CmpProtectPool(*(VOID **)&Type, BinSize, *(UINT64 *)&Type);
Hive->Free(v7, BinSize);
}