Function windows::Win32::UI::Shell::StrRStrIA

pub unsafe fn StrRStrIA<P0, P1, P2>(
    pszsource: P0,
    pszlast: P1,
    pszsrch: P2
) -> PSTR
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,