UINT8 __stdcall VerifierRtlCreateUnicodeString(UNICODE_STRING *DestinationString, PWCHAR SourceString){
UINT8 v3;
VOID *retaddr;
INT64 Status;
v3 = ((__int64(__fastcall *)(UNICODE_STRING *, PWCHAR))pXdvRtlCreateUnicodeString)(DestinationString, SourceString);
if( v3 )
{
LODWORD(Status) = 0;
ViRtlReplaceStringBuffer(DestinationString, &Status, retaddr);
if( (int)Status < 0 )
return 0;
}
return v3;
}