NTSTATUS __stdcall RtlRestoreSystemBootStatusDefaults(){
UINT64 OutputBufferLength;
_QWORD v2[5];
v2[0] = 35i64;
v2[1] = 0i64;
v2[2] = 0i64;
LODWORD(OutputBufferLength) = 0;
return ZwPowerInformation(PowerInformationInternal, v2, 0x18ui64, 0i64, OutputBufferLength);
}