Function windows::Win32::System::WindowsProgramming::GetVersionFromFileW
pub unsafe fn GetVersionFromFileW<P0, P1>(
lpszfilename: P0,
pdwmsver: *mut u32,
pdwlsver: *mut u32,
bversion: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<BOOL>,