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

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’