pub unsafe extern "C" fn al_draw_text(
    font: *const ALLEGRO_FONT,
    color: ALLEGRO_COLOR,
    x: c_float,
    y: c_float,
    flags: c_int,
    text: *const c_char
)