pub unsafe extern "C" fn al_draw_circle(
    cx: c_float,
    cy: c_float,
    r: c_float,
    color: ALLEGRO_COLOR,
    thickness: c_float
)