pub unsafe extern "C" fn al_unmap_rgb(
    color: ALLEGRO_COLOR,
    r: *mut c_uchar,
    g: *mut c_uchar,
    b: *mut c_uchar
)