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

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