Function MapViewOfFile3

Source
pub unsafe extern "C" fn MapViewOfFile3(
    FileMapping: HANDLE,
    Process: HANDLE,
    BaseAddress: PVOID,
    Offset: ULONG64,
    ViewSize: SIZE_T,
    AllocationType: ULONG,
    PageProtection: ULONG,
    ExtendedParameters: *mut MEM_EXTENDED_PARAMETER,
    ParameterCount: ULONG,
) -> PVOID