Function windows::Win32::UI::Shell::SHSetUnreadMailCountW

pub unsafe fn SHSetUnreadMailCountW<P0, P1>(
    pszmailaddress: P0,
    dwcount: u32,
    pszshellexecutecommand: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,