pub unsafe fn PathCompactPathW<P0>(
    hdc: P0,
    pszpath: &mut [u16; 260],
    dx: u32
) -> BOOL
where P0: IntoParam<HDC>,