UINT8 __stdcall SepCheckAcl(ACL *Acl, UINT64 a2){ if( (unsigned int)a2 >= 8 && (_DWORD)a2 == Acl->AclSize ) return RtlValidAcl(Acl); else return 0; }