Function windows::Win32::UI::Shell::SHGetUnreadMailCountW
pub unsafe fn SHGetUnreadMailCountW<P0, P1>(
hkeyuser: P0,
pszmailaddress: P1,
pdwcount: Option<*mut u32>,
pfiletime: Option<*mut FILETIME>,
pszshellexecutecommand: Option<&mut [u16]>,
) -> Result<()>where
P0: Param<HKEY>,
P1: Param<PCWSTR>,