pub unsafe fn GetVersionFromFileW<P0>( lpszfilename: P0, pdwmsver: *mut u32, pdwlsver: *mut u32, bversion: bool, ) -> Result<()>where P0: Param<PCWSTR>,