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