pub unsafe extern "C" fn al_resize_display(
    display: *mut ALLEGRO_DISPLAY,
    width: c_int,
    height: c_int
) -> c_bool