Function windows::Win32::Storage::FileSystem::GetFileVersionInfoW
pub unsafe fn GetFileVersionInfoW<P0>(
lptstrfilename: P0,
dwhandle: u32,
dwlen: u32,
lpdata: *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,