pub unsafe extern "C" fn al_draw_indexed_prim(
    vtxs: *const c_void,
    decl: *const ALLEGRO_VERTEX_DECL,
    texture: *mut ALLEGRO_BITMAP,
    indices: *const c_int,
    num_vtx: c_int,
    _type: c_int
) -> c_int