pub unsafe fn SHCreateFileExtractIconW<P0, T>(
    pszfile: P0,
    dwfileattributes: u32
) -> Result<T>
where P0: IntoParam<PCWSTR>, T: Interface,