Function windows::Win32::UI::Shell::PathIsPrefixA

pub unsafe fn PathIsPrefixA<P0, P1>(pszprefix: P0, pszpath: P1) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,