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: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,