Function windows::Win32::UI::Shell::StrRStrIW

pub unsafe fn StrRStrIW<P0, P1, P2>(
    pszsource: P0,
    pszlast: P1,
    pszsrch: P2
) -> PWSTR
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,