#[no_mangle]
pub unsafe extern "C" fn liq_histogram_add_colors(
    input_hist: &mut liq_histogram,
    attr: &liq_attr,
    entries: *const HistogramEntry,
    num_entries: c_int,
    gamma: f64
) -> liq_error