Function wxd_DC_DrawPolygon

Source
pub unsafe extern "C" fn wxd_DC_DrawPolygon(
    dc: *mut wxd_DC_t,
    n: c_int,
    points: *mut wxd_Point,
    xoffset: c_int,
    yoffset: c_int,
    fill_style: c_int,
)