Function windows::Win32::UI::Shell::StrStrNW

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