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