pub unsafe extern "C" fn al_unmap_rgba_f(
    color: ALLEGRO_COLOR,
    r: *mut c_float,
    g: *mut c_float,
    b: *mut c_float,
    a: *mut c_float
)