pub unsafe extern "C" fn al_draw_ustr(
    font: *const ALLEGRO_FONT,
    color: ALLEGRO_COLOR,
    x: c_float,
    y: c_float,
    flags: c_int,
    ustr: *const ALLEGRO_USTR
)