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