Function windows::Win32::System::Memory::MapViewOfFileNuma2

pub unsafe fn MapViewOfFileNuma2<P0, P1>(
    filemappinghandle: P0,
    processhandle: P1,
    offset: u64,
    baseaddress: Option<*const c_void>,
    viewsize: usize,
    allocationtype: u32,
    pageprotection: u32,
    preferrednode: u32,
) -> MEMORY_MAPPED_VIEW_ADDRESS
where P0: Param<HANDLE>, P1: Param<HANDLE>,