pub unsafe fn GetFileVersionInfoSizeExA<'a, Param1>(
    dwflags: GET_FILE_VERSION_INFO_FLAGS,
    lpwstrfilename: Param1,
    lpdwhandle: *mut u32
) -> u32 where
    Param1: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’