#[no_mangle]
pub extern "C" fn liq_quantize_image(
    attr: &mut liq_attr,
    img: &mut liq_image<'_>
) -> Option<Box<liq_result>>