#[no_mangle]
pub unsafe extern "C" fn liq_image_create_rgba_rows<'rows>(
    attr: &liq_attr,
    rows: *const *const RGBA,
    width: c_uint,
    height: c_uint,
    gamma: f64
) -> Option<Box<liq_image<'rows>>>