pub unsafe extern "C" fn al_draw_filled_rectangle(
    x1: c_float,
    y1: c_float,
    x2: c_float,
    y2: c_float,
    color: ALLEGRO_COLOR
)