RtlLengthSidAsUnicodeString

NTSTATUS __stdcall RtlLengthSidAsUnicodeString(VOID *Sid, UINT64 *StringLength){
  int v4; 

  if( RtlValidSid(Sid) != 1 )
    return -1073741704;
  if( *((_BYTE *)Sid + 2) || (v4 = 28, *((_BYTE *)Sid + 3)) )
    v4 = 36;
  *(_DWORD *)StringLength = v4 + 22 * *((unsigned __int8 *)Sid + 1);
  return 0;
}

Referenced by:

AdtpBuildSidListString
ExpWnfGetPermanentPerUserDataStoreHandle
RtlFormatCurrentUserKeyPath