pub unsafe fn PathFindSuffixArrayW<P0>(
    pszpath: P0,
    apszsuffix: &[PCWSTR]
) -> PCWSTR
where P0: IntoParam<PCWSTR>,