pub unsafe fn OpenFileMappingFromApp<P2>( desiredaccess: u32, inherithandle: bool, name: P2, ) -> Result<HANDLE>where P2: Param<PCWSTR>,