pub unsafe fn PathCompactPathExW<P0>(
    pszout: &mut [u16],
    pszsrc: P0,
    dwflags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>,