pub unsafe extern "C" fn al_build_transform(
    trans: *mut ALLEGRO_TRANSFORM,
    x: c_float,
    y: c_float,
    sx: c_float,
    sy: c_float,
    theta: c_float
)