pub unsafe fn MapViewOfFileEx<'a, Param0>(
    hfilemappingobject: Param0,
    dwdesiredaccess: FILE_MAP,
    dwfileoffsethigh: u32,
    dwfileoffsetlow: u32,
    dwnumberofbytestomap: usize,
    lpbaseaddress: *const c_void
) -> *mut c_void where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’