sub_1405D23E0

INT64 __fastcall sub_1405D23E0(volatile INT64 *a1){
  INT64 result; 
  result = 0i64;
  if( a1 )
  {
    if( !_InterlockedAdd64(a1, 1ui64) )
      return 3221225701i64;
  }
  return result;
}

Referenced by:

WbAddWarbirdEncryptionSegment
sub_1405D21B8