pub unsafe fn PathCompactPathExA<P0>(
    pszout: &mut [u8],
    pszsrc: P0,
    dwflags: u32
) -> BOOL
where P0: IntoParam<PCSTR>,