pub unsafe fn SHSetLocalizedName<P0, P1>(
    pszpath: P0,
    pszresmodule: P1,
    idsres: i32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,