pub unsafe fn GetFileVersionInfoW<'a, Param0>(
    lptstrfilename: Param0,
    dwhandle: u32,
    dwlen: u32,
    lpdata: *mut c_void
) -> BOOL where
    Param0: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’