pub unsafe extern "system" fn ZwMapViewOfSection(
    SectionHandle: HANDLE,
    ProcessHandle: HANDLE,
    BaseAddress: *mut PVOID,
    ZeroBits: ULONG_PTR,
    CommitSize: SIZE_T,
    SectionOffset: PLARGE_INTEGER,
    ViewSize: PSIZE_T,
    InheritDisposition: SECTION_INHERIT,
    AllocationType: ULONG,
    Win32Protect: ULONG
) -> NTSTATUS