pub unsafe fn SHGetUnreadMailCountW<'a>(
hkeyuser: impl IntoParam<'a, HKEY>,
pszmailaddress: impl IntoParam<'a, PWSTR>,
pdwcount: *mut u32,
pfiletime: *mut FILETIME,
pszshellexecutecommand: PWSTR,
cchshellexecutecommand: i32,
) -> Result<()>