pub unsafe extern "C" fn al_get_ustr_dimensions(
    f: *const ALLEGRO_FONT,
    text: *const ALLEGRO_USTR,
    bbx: *mut c_int,
    bby: *mut c_int,
    bbw: *mut c_int,
    bbh: *mut c_int
)