pub unsafe extern "C" fn al_draw_prim(
    vtxs: *const c_void,
    decl: *const ALLEGRO_VERTEX_DECL,
    texture: *mut ALLEGRO_BITMAP,
    start: c_int,
    end: c_int,
    _type: c_int
) -> c_int