pub unsafe fn PathIsSameRootA<P0, P1>(pszpath1: P0, pszpath2: P1) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,