INT64 __stdcall SSHSupportEtwWrite(_EPROCESS *Process, UINT64 *StoreSizeInBytes, UINT64 *DataInStoreInBytes){
int v3;
INT64 result;
UINT64 v5;
EVENT_DATA_DESCRIPTOR *v6;
LODWORD(v5) = v3;
LODWORD(result) = EtwWriteEx(SshpTraceHandle, (EVENT_DESCRIPTOR *)StoreSizeInBytes, 0i64, 0i64, 0i64, 0i64, v5, v6);
return result;
}