pub unsafe extern "C" fn al_draw_tinted_scaled_rotated_bitmap_region(
    bitmap: *mut ALLEGRO_BITMAP,
    sx: c_float,
    sy: c_float,
    sw: c_float,
    sh: c_float,
    tint: ALLEGRO_COLOR,
    cx: c_float,
    cy: c_float,
    dx: c_float,
    dy: c_float,
    xscale: c_float,
    yscale: c_float,
    angle: c_float,
    flags: c_int
)