pub unsafe extern "system" fn GdipFillPolygonI(
    graphics: *mut GpGraphics,
    brush: *mut GpBrush,
    points: *const Point,
    count: i32,
    fillmode: FillMode
) -> Status