// Source - How to specify x64 emulation flag (EC_CODE) for shared memory sections for ARM64 Windows?
// Posted by kresh11
// Retrieved 2025-11-06, License - CC BY-SA 4.0
typedef NTSTATUS(NTAPI* NtMapViewOfSectionEx)(HANDLE SectionHandle, HANDLE ProcessHandle, PVOID* BaseAddress, PLARGE_INTEGER SectionOffset, PSIZE_T ViewSize, ULONG AllocationType, ULONG Win32Protect, PMEM_EXTENDED_PARAMETER ExtendedParameters, ULONG ExtendedParameterCount);