[][src]Function winapi::um::wingdi::PolyPolygon

pub unsafe extern "system" fn PolyPolygon(
    hdc: HDC,
    lpPoints: *const POINT,
    lpPolyCounts: *const INT,
    cCount: DWORD
) -> BOOL