INT64 __fastcall RtlOpenImageFileOptionsKey(const _UNICODE_STRING *ImagePathName, UINT8 Wow64Path, VOID **KeyHandle){
INT64 result;
LODWORD(result) = RtlpOpenImageFileOptionsKeyEx(&ImagePathName->Length, Wow64Path, (INT64)KeyHandle, KeyHandle);
return result;
}