Function windows::Win32::UI::Shell::StrStrW

pub unsafe fn StrStrW<P0, P1>(pszfirst: P0, pszsrch: P1) -> PWSTR
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,