Function windows::Win32::UI::Shell::PathIsPrefixW

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