Function windows::Win32::Graphics::Gdi::PolyDraw

pub unsafe fn PolyDraw<P0>(
    hdc: P0,
    apt: *const POINT,
    aj: *const u8,
    cpt: i32
) -> BOOL
where P0: IntoParam<HDC>,